Skip to content

Commit

Permalink
remove 'data/' in example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Dec 10, 2020
1 parent 2be76b6 commit 74e4b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool
5. Start running your own analysis!

```bash
nextflow run nf-core/pangenome -profile <docker/singularity/podman/conda/institute> --input 'data/*.fa.gz'
nextflow run nf-core/pangenome -profile <docker/singularity/podman/conda/institute> --input '*.fa.gz'
```

See [usage docs](https://nf-co.re/pangenome/usage) for all of the available options when running the pipeline.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
The typical command for running the pipeline is as follows:

```bash
nextflow run nf-core/pangenome --input 'data/*.fa.gz' -profile docker
nextflow run nf-core/pangenome --input '*.fa.gz' -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 74e4b85

Please sign in to comment.