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

Use fromFilePairs to ensure proper pairing #26

Closed FriederikeHanssen closed 3 years ago

FriederikeHanssen commented 3 years ago

Many thanks to contributing to qbic-pipelines/bamtofastq!

Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).

As discussed, we ar enow using the fromFilePairs channel function to ensure correct pairing of both bam and bai. Additionally, this PR add the index to all processes which are dividing the input bam into chunks.

PR checklist

Learn more about contributing: https://github.com/qbic-pipelines/bamtofastq/tree/master/.github/CONTRIBUTING.md