cancerit / PCAP-core

NGS reference implementations and helper code for mapping (originally part of ICGC-TCGA-PanCancer)
GNU General Public License v2.0
9 stars 9 forks source link

threaded backoff: bad pattern match #3

Closed keiranmraine closed 7 years ago

keiranmraine commented 7 years ago

Correction to pattern match required:

https://github.com/cancerit/PCAP-core/blob/751d57a32bf218ad3ef591e89053008b75bde5c5/lib/PCAP/Threaded.pm#L100

Should be:

m/load average: ([[:digit:]]+\.[[:digit:]]+), ([[:digit:]]+\.[[:digit:]]+), ([[:digit:]]+\.[[:digit:]]+)$/;