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

nextflow.pbs: change NF parameters order

parent bf418ede
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#! /usr/local/bin/bash -l
#####################################
# job script example with GE options
#####################################
......@@ -20,8 +20,8 @@ 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 $NF \
-profile ccin2p3_conda \
$NF \
$PIPELINE \
-c $CONFIG \
-profile ccin2p3_conda \
$OPTIONS
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