Skip to content

Commit

Permalink
Update genome commandline parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhbnr committed Oct 17, 2022
1 parent 902423f commit 4b70648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Again, by default, the group information is only used to compute co-abundances f
The typical command for running the pipeline is as follows:

```bash
nextflow run nf-core/mag --input samplesheet.csv --outdir <OUTDIR> --genome GRCh37 -profile docker
nextflow run nf-core/mag --input samplesheet.csv --outdir <OUTDIR> --host_genome GRCh37 -profile docker
```

This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.
Expand Down

0 comments on commit 4b70648

Please sign in to comment.