Skip to content

Commit

Permalink
Merge pull request #1166 from ATpoint/master
Browse files Browse the repository at this point in the history
note on '--tools' in Quickstart
  • Loading branch information
maxulysse authored Aug 15, 2023
2 parents f9fd774 + 0ba4cf5 commit 57a8026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Sarek is designed to handle single samples, such as single-normal or single-tumo
The typical command for running the pipeline is as follows:

```bash
nextflow run nf-core/sarek --input ./samplesheet.csv --outdir ./results --genome GATK.GRCh38 -profile docker
nextflow run nf-core/sarek --input ./samplesheet.csv --outdir ./results --genome GATK.GRCh38 --tools <TOOLS> -profile docker
```

This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.
This will launch the pipeline and perform variant calling with the tools specified in `--tools`, see the [parameter section](https://nf-co.re/sarek/3.2.3/parameters#tools) for details on variant calling tools.
In the above example the pipeline runs with the `docker` configuration profile. See below for more information about profiles.

Note that the pipeline will create the following files in your working directory:

Expand Down

0 comments on commit 57a8026

Please sign in to comment.