bioforensics / yeat

YEAT: Your Everyday Assembly Tool
Other
1 stars 0 forks source link

Adding `--seed` flag to customize the `seed` when downsampling #29

Closed danejo3 closed 1 year ago

danejo3 commented 1 year ago

The purpose of this PR is to resolve #27 by adding a --seed flag to ensure that the original test test_custom_downsample_input() could reproduce the same number of contigs, config lengths, and total length.

Other additions to this PR include:

danejo3 commented 1 year ago

Okay, code is ready for review! Let me know if you have any questions or concerns. Thanks

danejo3 commented 1 year ago

Okay! A couple of comments on version pinning, added suggestions (Thanks!), and updated change log. Everything is ready to go!