Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect if statement #2

Open
janka2012 opened this issue Jul 4, 2018 · 0 comments
Open

Incorrect if statement #2

janka2012 opened this issue Jul 4, 2018 · 0 comments

Comments

@janka2012
Copy link

Hi, I think I found a typo in the config.py in the following if statement. In my opinion there should be if minor_cn > major_cn.

def get_mutation(mutation_id, ref_counts, var_counts, normal_cn, minor_cn, major_cn, prior):
    if minor_cn > minor_cn:
        raise Exception('{} is invalid. Major CN must be greater than minor CN.'.format(mutation_id))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant