Skip to content

Commit

Permalink
docs: additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 21, 2024
1 parent cd80d3d commit c9f9e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-guide/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,11 @@ Example of Tumor only calling mode
```bash
# preview the logan jobs that will run
nextflow run LOGAN/main.nf --mode local -profile ci_stub --genome hg38 --outdir out --fastq_input "*R{1,2}.fastq.gz" --callers octopus,mutect2 -preview --vc --sv --cnv
# run a stub/dryrun of the logan jobs
nextflow run LOGAN/main.nf --mode local -profile ci_stub --genome hg38 --outdir out --fastq_input "*R{1,2}.fastq.gz" --callers octopus,mutect2 -stub --vc --sv --cnv
# launch a logan run on slurm with the test dataset
nextflow run LOGAN/main.nf --mode slurm -profile biowulf,slurm --genome hg38 --outdir out --fastq_input "*R{1,2}.fastq.gz" --callers octopus,mutect2 --vc --sv --cnv
```
Expand Down

0 comments on commit c9f9e70

Please sign in to comment.