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

Allow CRAM as input format #9

Closed FriederikeHanssen closed 2 years ago

FriederikeHanssen commented 4 years ago

the genomes from 1000genomes consortium are partially only available as CRAMS. It would be useful to allow conversion of them as well. This would require a bit of rewriting of the output channels (i.e. change *.bam) as well as determining how to run FastQC with this input. (see issue: s-andrews/FastQC#54)