BrooksLabUCSC / flair

Full-Length Alternative Isoform analysis of RNA
Other
201 stars 69 forks source link

Incorrectly name flair align options is confusing #330

Open diekhans opened 2 months ago

diekhans commented 2 months ago

flair align has this option

parser.add_argument('-N', '--keep_supplementary', type=int, default=0,
        help='retain at most INT secondary alignments from minimap2 alignment (default 0)')

--keep_supplementary is a head-exploding name because this keeps secondary alignments. Supplementary alignments are not the same as secondary alignments.

💣🤯