refresh-bio / KMC

Fast and frugal disk based k-mer counter
253 stars 73 forks source link

CKMCFile::GetBothStrands -- discrepancy in documentation #139

Closed karasikov closed 4 years ago

karasikov commented 4 years ago

Dear developers,

On the wiki, GetBothStrands is described as: GetBothStrands - returns True if KMC was run with -b switch, False otherwise. However, if I check the source code, it says:

    //Return true if kmc was run without -b switch.
    bool GetBothStrands(void);

Which one is correct?

Thanks!

marekkokot commented 4 years ago

Hi,

The wiki was wrong, thanks for pointing out this discrepancy. It is fixed now.