You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#! /bin/bash
for site in $(cat ftp.list.txt)
do
if wget --spider -S "$site" 2>&1 | grep -w "403\|404\|500\|502\|503" ; then
echo "$site is down"
fi
done
The text was updated successfully, but these errors were encountered:
Upon comparing the two final manifests:
The 1330 excluded genomes may be exported into a new file
excluded.genomes.csv
:The first five within the
excluded.genomes.csv
have statuses of suppressed, replaced by another version, and seems like it should work:I am thinking that I could include a script to parse the genbank/refseq string to check the FTP server status.
or
The text was updated successfully, but these errors were encountered: