@@ -165,10 +165,8 @@ Modify the second line of the code below, and run from where the *main.nf* and *
...
@@ -165,10 +165,8 @@ Modify the second line of the code below, and run from where the *main.nf* and *
<pre>
<pre>
HOME_INI=$HOME
HOME_INI=$HOME
HOME="${HELIXHOME}/micmac/" # $HOME changed to allow the creation of .nextflow into /$HELIXHOME/micmac/, for instance. See NFX_HOME in the nextflow software script
HOME="${HELIXHOME}/micmac/" # $HOME changed to allow the creation of .nextflow into /$HELIXHOME/micmac/, for instance. See NFX_HOME in the nextflow software script
trap '' SIGINT
nextflow run --modules ${MODULES} main.nf -c nextflow.config
nextflow run --modules ${MODULES} main.nf -c nextflow.config
HOME=$HOME_INI
HOME=$HOME_INI
trap SIGINT
</pre>
</pre>
<br/><br/>
<br/><br/>
...
@@ -180,10 +178,8 @@ Modify the first and third lines of the code below, and run (results will be whe
...
@@ -180,10 +178,8 @@ Modify the first and third lines of the code below, and run (results will be whe
VERSION="v1.0"
VERSION="v1.0"
HOME_INI=$HOME
HOME_INI=$HOME
HOME="${HELIXHOME}/micmac/" # $HOME changed to allow the creation of .nextflow into /$HELIXHOME/micmac/, for instance. See NFX_HOME in the nextflow software script
HOME="${HELIXHOME}/micmac/" # $HOME changed to allow the creation of .nextflow into /$HELIXHOME/micmac/, for instance. See NFX_HOME in the nextflow software script