nmdp-bioinformatics / pipeline

Consensus assembly and allele interpretation pipeline.
GNU Lesser General Public License v3.0
7 stars 7 forks source link

fix issue 76 with the power of regex #77

Closed janders3-nmdp closed 9 years ago

janders3-nmdp commented 9 years ago

fixes issue #76 wherein we did not allow users to name their files .fq. Also, removes case-sensitivity on the check for fastq and fq files. So if you MUST name your fastq files Blah_blah_blah.FaStQ , you can do that now, and pipeline will still accept them.