nmdp-bioinformatics / pipeline

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

fixed an issue with how the uuids were being loaded. #130

Closed mhalagan closed 8 years ago

mhalagan commented 8 years ago

Extremely small change from this: $s_validated =~ /(ex\d+|\S{8}-\S{4}-\S{4}-\S{12})/;

to this: $s_validated =~ /(ex\d+|\S{8}-\S{4}-\S{4}-\S{12,17})/;

It was truncating the uuids before adding this.