Skip to content

Issue with Zero Division Error #11

@tegar9000

Description

@tegar9000

When I run ClassifyCNV.py, I get
"File "/gpfs52/data/ruderferlab/sandbox/tucker/Scripts/ClassifyCNV/ClassifyCNV.py", line 737, in analyze_pop_freqs
overlap_perc = int(fields[9]) * 100 / (int(fields[2]) - int(fields[1]))
ZeroDivisionError: division by zero"
I inputted a bedfile and I am not sure how to interpret this error in the context of the code.

Your help would be seriously appreciated. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions