Skip to content
Snippets Groups Projects
Commit 230863a9 authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO
Browse files

0.91

parent 31984319
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,10 @@
# = VERSIONS = #
# ============ #
# #
VERSION=0.9.231202ac #
VERSION=0.91.240111ac #
# + fixed bug in trap function #
# #
# VERSION=0.9.231202ac #
# + new option -T for bacteria type strains #
# + no '=' character in output file names #
# #
......@@ -305,7 +308,7 @@ OUTDIR=$(dirname $OUTDIR/.);
if [ ! -e $OUTDIR ]; then echo "creating output directory: $OUTDIR" ; mkdir $OUTDIR ; fi
trap "echo interrupting wgetGenBankWGS ; wait ; if [ \"$OUTDIR\" != "." ]; then rm -r $OUTDIR ; else ; rm -f summary.txt.[0123456789]* ; fi ; exit 1" INT ;
trap "echo interrupting wgetGenBankWGS ; wait ; if [ \"$OUTDIR\" != \".\" ]; then rm -r $OUTDIR ; else rm -f summary.txt.[0123456789]* ; fi ; exit 1" INT ;
#############################################################################################################
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment