-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels