Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
Bernard
quantitative nucleosome analysis
Commits
bbc6d352
Verified
Commit
bbc6d352
authored
May 22, 2019
by
Laurent Modolo
Browse files
nextflow.pbs: give a hint that the results folder should be a parameter
of the pipe
parent
e25a64b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nextflow.pbs
View file @
bbc6d352
...
...
@@ -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"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment