NationalGenomicsInfrastructure / piper

A genomics pipeline build on top of the GATK Queue framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ordering error in setup file creation

johandahlberg opened this issue · comments

When creating a setup file Piper can add R1 and R2 in an arbitrary order (no matter the sort order of the input). This can screw things up strand-specific applications. This could either be resolved by fixing the setupFileCreator, or by checking the ordering in the SetupXMLReader.