nf-core / bamtofastq

Converts bam or cram files to fastq format and does quality control.
https://nf-co.re/bamtofastq
MIT License
21 stars 13 forks source link

Correct Doc: --bam should be --input #19

Closed FriederikeHanssen closed 3 years ago

FriederikeHanssen commented 3 years ago

There is a mistake in the documentation:

--bam should be --input

Additionally, it states that at least one wildcard character needs to be present. This is only the case, if an entire batch of bams should be processed. however, it is also possible to give a single bam file with its full name.

FriederikeHanssen commented 3 years ago

Closed in #23