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

nextflow.pbs: give a hint that the results folder should be a parameter

of the pipe
parent e25a64b9
No related branches found
Tags v0.3.0
No related merge requests found
......@@ -28,9 +28,11 @@ NF_VERSION=19.04
NEXTFLOW=/pbs/throng/lbmc/cl7/nextflow/${NF_VERSION}/nextflow
NF=${SCRATCH}/${PROJECT}/src/${PIPELINE}.nf
CONFIG=${SCRATCH}/${PROJECT}/src/${PIPELINE}.config
DATA=${SCRATCH}/${PROJECT}/data
${NEXTFLOW} ${NF} -c ${CONFIG} -profile ccin2p3 \
--fasta "${SCRATCH}/<project>/data/fasta" \
--fasta "${DATA}/fasta" \
--results "${SCRATCH}/${PROJECT}/results/"
-w "${SCRATCH}/${PROJECT}/work/" \
-with-report "${SCRATCH}/${PROJECT}/results/${PIPELINE}_report.html" \
-with-timeline "${SCRATCH}/${PROJECT}/results/${PIPELINE}_timeline.html" \
......
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