Skip to content

Commit

Permalink
Merge pull request #7 from nextflow-hub/develop
Browse files Browse the repository at this point in the history
update the readme for the current path
  • Loading branch information
abhi18av authored Sep 11, 2020
2 parents 0ea11dc + cba67a1 commit 087659b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ nextflow run https://github.com/nextflow-hub/fastqc

- `filePattern`

By default, the process assumes the files to follow the `*_{R1,R2}.fastq.gz` pattern, which could be customized using this option
By default, the process assumes the files to follow the `./*.fastq.gz` pattern, which could be customized using this option

```
nextflow run https://github.com/nextflow-hub/fastqc --filePattern './*_{1,2}.fastq.gz'
nextflow run https://github.com/nextflow-hub/fastqc --filePattern './path/to/custom/dir/*.fastq.gz'
```

- `resultsDir`
Expand Down

0 comments on commit 087659b

Please sign in to comment.