Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ariaec
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bis-aria
ariaec
Commits
e41ddb51
Commit
e41ddb51
authored
7 years ago
by
Fabrice ALLAIN
Browse files
Options
Downloads
Patches
Plain Diff
Updated help inside singularity recipe
parent
ea99f88f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
aria.shub
+11
-1
11 additions, 1 deletion
aria.shub
with
12 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
e41ddb51
examples/dev/
examples/tmp/
docs/olds/
*.simg
################################################################################
# PYTHON #
...
...
This diff is collapsed.
Click to expand it.
aria.shub
+
11
−
1
View file @
e41ddb51
...
...
@@ -38,6 +38,16 @@ FROM: centos:centos7
rm -Rf ariaec-${ARIAEC_VERS}
yum remove --setopt=clean_requirements_on_remove=1 -y make git gcc wget
%help
This singularity image contains the "de novo Ambiguous Restraints for Iterative Assignment package.
Two commands are available \"maptools\" and \"main\.
To run command:
./aria.img [maptools|main] [options]... [args]... .
To get help about each command ./aria.img [maptools|main] --help.
The detailed documentation is accessible here: http://bis-aria.pages.pasteur.fr/ariaec
%runscript
CMD="$1"
shift
...
...
@@ -49,7 +59,7 @@ case ${CMD} in
main )
exec /usr/bin/aria2 ${ARGS} ;;
* )
echo "command \"${CMD}\" is not supported. available commands: \"
coverage
\"|\"
htmp
\""
echo "command \"${CMD}\" is not supported. available commands: \"
maptools
\"|\"
main
\""
exit 127
;;
esac
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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