You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off: we've had great results with the software so thanks so much for developing and maintaining it! I'm running v2.1.0 right now.
I am working on merging multiple assemblies and trying the AGP file list--csv file with [agp_filename,weight]. And no matter how I structure the file I'm getting the following error:
Traceback (most recent call last):
File "/home/nicholas.gladman/software/.conda/envs/ragtag/bin/ragtag_merge.py", line 430, in <module>
main()
File "/home/nicholas.gladman/software/.conda/envs/ragtag/bin/ragtag_merge.py", line 354, in main
weight_list.append(float(fields[1]))
IndexError: list index out of range
Hello,
First off: we've had great results with the software so thanks so much for developing and maintaining it! I'm running v2.1.0 right now.
I am working on merging multiple assemblies and trying the AGP file list--csv file with [agp_filename,weight]. And no matter how I structure the file I'm getting the following error:
Here is the script:
Here are some of the ways I've structured the AGP file list (agp_file_1.txt) just to see if I'm not entering the float values correctly:
Thanks for your help!
The text was updated successfully, but these errors were encountered: