Skip to content
Snippets Groups Projects
Verified Commit bf418ede authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nextflow: update in2p3 test for demon queue

parent d8bde481
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
##################################### #####################################
# job script example with GE options # job script example with GE options
##################################### #####################################
#$ -S "/usr/local/bin/bash -l"
#$ -q demon #$ -q demon
#$ -l demon=1 #$ -l demon=1
#$ -P P_lbmc #$ -P P_lbmc
...@@ -16,11 +15,12 @@ ...@@ -16,11 +15,12 @@
#$ -l sps=1 ## acces /sps directory #$ -l sps=1 ## acces /sps directory
##################################### #####################################
NF=/pbs/throng/lbmc/cl7/nextflow/19.04/nextflow
PIPELINE=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.nf PIPELINE=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.nf
CONFIG=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.config CONFIG=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.config
OPTIONx="--fasta \"data/tiny_dataset/fasta/tiny_v2.fasta\"" OPTIONx="--fasta \"data/tiny_dataset/fasta/tiny_v2.fasta\""
time /pbs/throng/lbmc/cl7/nextflow/19.01/nextflow \ time $NF \
-profile ccin2p3_conda \ -profile ccin2p3_conda \
$PIPELINE \ $PIPELINE \
-c $CONFIG \ -c $CONFIG \
......
...@@ -50,8 +50,8 @@ profiles { ...@@ -50,8 +50,8 @@ profiles {
ccin2p3_conda { ccin2p3_conda {
process{ process{
withName: index_fasta { withName: index_fasta {
beforeScript = "source /sps/lbmc/common/miniconda2/init.sh" beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda2/envs/kallisto_0.44.0" conda = "/sps/lbmc/common/miniconda3/envs/kallisto_0.44.0"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment