Skip to content

Error executing max-cov.py script #7

Description

@bporro

Hello,

I am using PoolSNP for a classical snpcalling from pooled individuals.
I noticed an error when it calls max-cov.py script:

Traceback (most recent call last):
File "scripts/max-cov.py", line 61, in
",".join([str(x) for x in [int(cutoff)] * libl]) + "\n")
TypeError: can't multiply sequence by non-int of type 'float'

If I understand corectly the script, no variables should be considered as a float variable at this step thanks to the int(), right?

Do you have any idea how I could fix this issue ?
Thank you in advance.
Best regards.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions