Skip to content
Snippets Groups Projects
Commit e41ddb51 authored by Fabrice  ALLAIN's avatar Fabrice ALLAIN
Browse files

Updated help inside singularity recipe

parent ea99f88f
No related branches found
No related tags found
No related merge requests found
examples/dev/
examples/tmp/
docs/olds/
*.simg
################################################################################
# PYTHON #
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment