jfear / ncbi_remap

This is the drosSRA project, where we are remapping all Drosophila melanogaster RNA-seq data to FlyBase release 6 and updating annotations.
2 stars 1 forks source link

Add better fastq handling #117

Closed jfear closed 4 years ago

jfear commented 4 years ago

What does it do?

Related issues

Lately, I have been having a lot of issues with the following:

This implementation now scans the entire FASTQ (SE and PE) and removes problems reads. If the headers don't match up in PE data then it is automatically switched to SE. I hope this will solve some of the instability I see in the pipeline which typically traces back to one of these problems.