hillerlab / make_lastz_chains

Portable solution to generate genome alignment chains using lastz
MIT License
49 stars 8 forks source link

Fix missing double-quotes giving argparse error #40

Closed ning-y closed 1 year ago

ning-y commented 1 year ago

The choices list for optional argument chain_linear_gap has a small typo. As a result, it is not possible to correctly specify a valid value for chain_linear_gap:

make_chains.py: error: argument --chain_linear_gap: invalid choice: 'loose' (choose from 'loose, medium')
kirilenkobm commented 1 year ago

Oh yes, thank you a lot! =)