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

improve comment of nextflow.pbs

parent 0383fbc4
No related branches found
No related tags found
No related merge requests found
......@@ -57,4 +57,5 @@ install_env file handle 0.1.1 file handle
install_env ncdu 1.13 ncdu
install_env picard 2.18.11 picard
install_env sambamba 0.6.7 sambamba
install_env subread 1.6.4 subread
......@@ -17,9 +17,13 @@
NF_VERSION=19.04
NF=/pbs/throng/lbmc/cl7/nextflow/${NF_VERSION}/nextflow
PIPELINE=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.nf
CONFIG=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.config
# change to your username
SCRATCH=/sps/lbmc/<user>/
# change to your project / pipeline !
PIPELINE=${SCRATCH}/<project>/src/<pipeline>.nf
# change to your project / pipeline !
CONFIG=${SCRATCH}/<project>/src/<pipeline>.config
${NF} ${PIPELINE} -c ${CONFIG} -profile ccin2p3 \
--fasta "/sps/lbmc/common/nextflow/data/tiny_dataset/fasta/tiny_v2.fasta" \
-w "/sps/lbmc/<user>/"
--fasta "${SCRATCH}/<project>/data/fasta" \
-w "${SCRATCH}"
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