ComparativeGenomicsToolkit / cactus

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

fix cactus-preprocess --maskMode option #1371

Closed glennhickey closed 1 month ago

glennhickey commented 2 months ago

I noticed this while trying to reproduce #1370.

When I added the RED repeatmasker, the intention was to replace the lastz masker by default. This is how cactus works, but cactus-preprocess still runs the lastz masker after Red.

This PR fixes cactus-preprocess to just run Red by default. It also fixes the --maskMode option so that it works as described (runs only the selected masker).