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 @@
#####################################
# job script example with GE options
#####################################
#$ -S "/usr/local/bin/bash -l"
#$ -q demon
#$ -l demon=1
#$ -P P_lbmc
......@@ -16,11 +15,12 @@
#$ -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
CONFIG=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.config
OPTIONx="--fasta \"data/tiny_dataset/fasta/tiny_v2.fasta\""
time /pbs/throng/lbmc/cl7/nextflow/19.01/nextflow \
time $NF \
-profile ccin2p3_conda \
$PIPELINE \
-c $CONFIG \
......
......@@ -50,8 +50,8 @@ profiles {
ccin2p3_conda {
process{
withName: index_fasta {
beforeScript = "source /sps/lbmc/common/miniconda2/init.sh"
conda = "/sps/lbmc/common/miniconda2/envs/kallisto_0.44.0"
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/kallisto_0.44.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment