ComparativeGenomicsToolkit / cactus

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

deprecated cactus-maf2bigmaf --chromSizes #1339

Closed glennhickey closed 5 months ago

glennhickey commented 5 months ago

Bigmaf conversion is very sensitive to "." characters in genome names. cactus-maf2bigmaf hacks around this using genome names in the halfile. But this logic doesn't work when running withpout the halfile. Simplest fix seems to just make the hal file mandatory, which is what this PR does.

Resolves #1332