ComparativeGenomicsToolkit / cactus

Official home of genome aligner based upon notion of Cactus graphs
Other
481 stars 106 forks source link

handle scientific notation awk result #1409

Closed glennhickey closed 2 weeks ago

glennhickey commented 2 weeks ago

As evidenced by #1408 I guess awk can return sums in scientific notation, at least on some systems. This PR fixes the red-masking pipeline to handle this situation without crashing.

Should resolve #1408