Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JolyTree
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
JolyTree
Commits
ad3aad90
Commit
ad3aad90
authored
5 years ago
by
Alexis CRISCUOLO
Browse files
Options
Downloads
Patches
Plain Diff
fixed return code when displaying doc
parent
5a6dacb8
No related branches found
Branches containing commit
Tags
1.1b
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
JolyTree.sh
+5
-1
5 additions, 1 deletion
JolyTree.sh
with
5 additions
and
1 deletion
JolyTree.sh
+
5
−
1
View file @
ad3aad90
...
@@ -33,7 +33,10 @@
...
@@ -33,7 +33,10 @@
# = VERSIONS = #
# = VERSIONS = #
# ============ #
# ============ #
# #
# #
VERSION
=
1.1.181205ac
#
VERSION
=
1.1b.191021ac
#
# + exit 0 when displaying the doc #
# #
# VERSION=1.1.181205ac #
# + option -q to set desired probability of observing a random k-mer #
# + option -q to set desired probability of observing a random k-mer #
# + ability to be run on clusters managed by SLURM #
# + ability to be run on clusters managed by SLURM #
# #
# #
...
@@ -100,6 +103,7 @@
...
@@ -100,6 +103,7 @@
-t <int> number of threads (default: 2)
-t <int> number of threads (default: 2)
EOF
EOF
if
[
"
$1
"
=
"-?"
]
||
[
"
$1
"
=
"-h"
]
||
[
$#
-le
0
]
;
then
exit
0
;
fi
#
exit
1
;
#
exit
1
;
#
fi
#
fi
#
# #
# #
...
...
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