Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wgetGenBankWGS
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GIPhy
wgetGenBankWGS
Commits
230863a9
Commit
230863a9
authored
1 year ago
by
Alexis CRISCUOLO
Browse files
Options
Downloads
Patches
Plain Diff
0.91
parent
31984319
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wgetGenBankWGS.sh
+5
-2
5 additions, 2 deletions
wgetGenBankWGS.sh
with
5 additions
and
2 deletions
wgetGenBankWGS.sh
+
5
−
2
View file @
230863a9
...
...
@@ -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
;
#############################################################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment