NationalGenomicsInfrastructure / piper

A genomics pipeline build on top of the GATK Queue framework
9 stars 9 forks source link

Ordering error in setup file creation #64

Open johandahlberg opened 9 years ago

johandahlberg commented 9 years ago

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.