Skip to content

Commit

Permalink
Update docs/usage.md
Browse files Browse the repository at this point in the history
Pipeline remote changed to nf-core

Co-Authored-By: James A. Fellows Yates <[email protected]>
  • Loading branch information
maxibor and jfy133 authored Apr 29, 2020
1 parent a561efb commit 6821314
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 @@ -15,7 +15,7 @@ NXF_OPTS='-Xms1g -Xmx4g'
The typical command for running the pipeline is as follows:

```bash
nextflow run maxibor/coproid --genome1 'GRCh37' --genome2 'CanFam3.1' --name1 'Homo_sapiens' --name2 'Canis_familiaris' --reads '*_R{1,2}.fastq.gz' --krakendb 'path/to/minikraken_db' -profile docker
nextflow run nf-core/coproid --genome1 'GRCh37' --genome2 'CanFam3.1' --name1 'Homo_sapiens' --name2 'Canis_familiaris' --reads '*_R{1,2}.fastq.gz' --krakendb 'path/to/minikraken_db' -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 6821314

Please sign in to comment.