hillerlab / make_lastz_chains

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

Fix missing double-quotes giving argparse error #40

Closed ning-y closed 10 months ago

ning-y commented 10 months 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 10 months ago

Oh yes, thank you a lot! =)