You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
genCov currently checks if something is a class of BSgenome by checking the first class of the element, this doesn't work for masked genomes since the class of a masked genome is not BSgenome but BSgenome masked, this check needs too be more robust
The text was updated successfully, but these errors were encountered:
genCov currently checks if something is a class of BSgenome by checking the first class of the element, this doesn't work for masked genomes since the class of a masked genome is not BSgenome but BSgenome masked, this check needs too be more robust
The text was updated successfully, but these errors were encountered: