nmdp-bioinformatics / pipeline

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

Changed the way the experiments were being taken from the files. #129

Closed mhalagan closed 8 years ago

mhalagan commented 8 years ago

The regular expression that was being used to extract the experiment/uuid was working differently on my mac than it was on nextflow0. To fix it I just replaced the regular expression with several splits.