ComparativeGenomicsToolkit / cactus

Official home of genome aligner based upon notion of Cactus graphs
Other
528 stars 111 forks source link

handle scientific notation awk result #1409

Closed glennhickey closed 5 months ago

glennhickey commented 5 months 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