Skip to content
Snippets Groups Projects
Commit aad9c1b3 authored by Gael  MILLOT's avatar Gael MILLOT
Browse files

trap removed in README because the best is to deal it with .profile

parent 16b119e2
No related branches found
No related tags found
No related merge requests found
......@@ -148,10 +148,8 @@ Modify the second line of the code below, and run from where the *main.nf* and *
<pre>
HOME_INI=$HOME
HOME="${HELIXHOME}/repertoire_profiler/" # $HOME changed to allow the creation of .nextflow into /$HELIXHOME/repertoire_profiler/, for instance. See NFX_HOME in the nextflow software script
trap '' SIGINT
nextflow run --modules ${MODULES} main.nf -c nextflow.config
HOME=$HOME_INI
trap SIGINT
</pre>
<br /><br />
......@@ -163,10 +161,8 @@ Modify the first and third lines of the code below, and run (results will be whe
VERSION="v1.0"
HOME_INI=$HOME
HOME="${HELIXHOME}/repertoire_profiler/" # $HOME changed to allow the creation of .nextflow into /$HELIXHOME/repertoire_profiler/, for instance. See NFX_HOME in the nextflow software script
trap '' SIGINT
nextflow run --modules ${MODULES} -hub pasteur gmillot/repertoire_profiler -r $VERSION -c $HOME/nextflow.config
HOME=$HOME_INI
trap SIGINT
</pre>
<br /><br />
......
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