The result of run_dsk_Linux.sh is a file named kmers_from_reads.
In classify_ctgs.py, classify_fm_male_mode() needs this file, but expects it to be named kmers_from_male_reads.
I guess there's nothing wrong with that per se, but it does seem odd. Moreover, the user who fails to realize that can lose 12+ hours while the female bloom filter is being built, before discoverY discovers that kmers_from_male_reads doesn't exist.
The result of run_dsk_Linux.sh is a file named kmers_from_reads.
In classify_ctgs.py, classify_fm_male_mode() needs this file, but expects it to be named kmers_from_male_reads.
I guess there's nothing wrong with that per se, but it does seem odd. Moreover, the user who fails to realize that can lose 12+ hours while the female bloom filter is being built, before discoverY discovers that kmers_from_male_reads doesn't exist.