Skip to content

Commit

Permalink
Fix example command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor authored Aug 31, 2023
1 parent 54f7589 commit 317cad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The nf-imagecleaner is a Nextflow pipeline that prepares images for upload by re
To run the pipeline with default parameters and docker (recommended), use:

```
nextflow run ncihtan/nf-imagecleaner --input <path/to/samplesheet.csv> --profile docker
nextflow run ncihtan/nf-imagecleaner --input <path/to/samplesheet.csv> -profile docker
```

### Inputs
Expand Down

0 comments on commit 317cad2

Please sign in to comment.