Closed ljchueca closed 1 year ago
Hi, this appears to be an issue with the version of genomics.py you have. Try re-downloading the entire repository. Simon
Hi, this appears to be an issue with the version of genomics.py you have. Try re-downloading the entire repository. Simon
I did it and It worked correctly. Many thanks, Luis
Hi all, I'm encountering an issue while running ABBABABAwindows.py, and I need some assistance in resolving it.
I'm running the following command (python 3.7.4):
The script is expected to run without any errors, but it returns the following error message:
6264 scaffolds will be analyzed. Traceback (most recent call last): File "/ABBABABAwindows.py", line 321, in
exclude = scafsToExclude)
TypeError: slidingCoordWindows() got an unexpected keyword argument 'headerLine'
I haven't specified any scaffold to exclude. The error seems to be related to the 'headerLine' argument.
I would appreciate any insights, tips, or solutions to this issue.
Thank you in advance for your help.