mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 17:29:55 +00:00
Update the doc
This commit is contained in:
parent
6f264ac2ca
commit
64e78a3dc1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module load singularity
|
||||||
|
|
||||||
# Run nextflow workflow
|
# Run nextflow workflow
|
||||||
nextflow run \\
|
nextflow run \\
|
||||||
/path/to/pipeline-dir/from/step/2/workflow \\
|
/path/to/pipeline-dir/from/step/3/workflow \\
|
||||||
-resume
|
-resume
|
||||||
-profile pasteur \\
|
-profile pasteur \\
|
||||||
-with-singularity /path/to/pipeline-dir/from/step/3/singularity-images/singularity.img \\
|
-with-singularity /path/to/pipeline-dir/from/step/3/singularity-images/singularity.img \\
|
||||||
|
|
Loading…
Reference in a new issue