Copy-paste this after having modified the EXEC_PATH variable:
<pre>
EXEC_PATH="/pasteur/zeus/projets/p01/BioIT/gmillot/micmac" # where the bin folder of the main.nf script is located
EXEC_PATH="/pasteur/helix/projects/BioIT/gmillot/micmac" # where the bin folder of the main.nf script is located
export CONF_BEFORE=/opt/gensoft/exe # on maestro
export JAVA_CONF=java/13.0.2
...
...
@@ -164,7 +164,7 @@ Modify the second line of the code below, and run from where the *main.nf* and *
<pre>
HOME_INI=$HOME
HOME="${ZEUSHOME}/micmac/" # $HOME changed to allow the creation of .nextflow into /$ZEUSHOME/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
HOME=$HOME_INI
...
...
@@ -179,7 +179,7 @@ Modify the first and third lines of the code below, and run (results will be whe
<pre>
VERSION="v1.0"
HOME_INI=$HOME
HOME="${ZEUSHOME}/micmac/" # $HOME changed to allow the creation of .nextflow into /$ZEUSHOME/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
@@ -242,7 +242,7 @@ The different releases are tagged [here](https://gitlab.pasteur.fr/gmillot/micma
This package of scripts can be redistributed and/or modified under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchandability or fitness for a particular purpose.
See the GNU General Public License for more details at https://www.gnu.org/licenses.
See the GNU General Public License for more details at https://www.gnu.org/licenses or in the Licence.txt attached file.