makovalab-psu / DiscoverY

K-mer based classifier for Y-contig identification from Whole Genome Assemblies
MIT License
11 stars 5 forks source link

female_bloom_capacity argument; support for maketrans in python2 #5

Closed rsharris closed 4 years ago

rsharris commented 5 years ago

(1) Added a command line argument to set the female bloom filter capacity. This replaces the necessity of the user modifying to source code to accomplish this.

(2) Made the reverse_complement function definition adaptive, so that it should work in both python2 and python3.