mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-07-18 01:20:47 +00:00
documentation updates
Former-commit-id: 39653082c9cd026299f6fcabef7446d569704e1f
This commit is contained in:
@@ -19,11 +19,11 @@ for f in $(egrep "gb(${DIV})[0-9]+\.seq\.gz" index.html \
|
||||
fi
|
||||
|
||||
while [[ ! -f $f ]] ; do
|
||||
echo downloading
|
||||
wget2 --progress bar -v -o - $URL$f
|
||||
if [[ -f $f ]] ; then
|
||||
gzip -t $f && echo " ok" || rm -f $f
|
||||
fi
|
||||
echo downloading
|
||||
wget2 --progress bar -v -o - $URL$f
|
||||
if [[ -f $f ]] ; then
|
||||
gzip -t $f && echo " ok" || rm -f $f
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user