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

nextflow.pbs: change dag from pdf to html

parent 787e9c42
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ DATA=${SCRATCH}/${PROJECT}/data
NF_OPTIONS="-w \"${SCRATCH}/${PROJECT}/work/\" \
-with-report \"${SCRATCH}/${PROJECT}/results/${PIPELINE}_report.html\" \
-with-timeline \"${SCRATCH}/${PROJECT}/results/${PIPELINE}_timeline.html\" \
-with-dag \"${SCRATCH}/${PROJECT}/results/${PIPELINE}_dag.pdf\""
-with-dag \"${SCRATCH}/${PROJECT}/results/${PIPELINE}_dag.html\""
${NEXTFLOW} ${NF} -c ${CONFIG} -profile ccin2p3 ${NF_OPTIONS} \
--fasta "${DATA}/fasta" \
......
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