-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Megares Downloading Error #294
Comments
Hello @ajkarloss , |
I have modified the code (megares_zip_parser.py) to parse the MEGARes 2.0.0. Shall I send a pull request? |
Thanks, but the original developer has just put in his own pull request that will be able to handle both versions 1 and 2. We will take that one. |
:) Thanks. |
Command used "ariba getref megares Megares.out". Many of my colleagues are also reporting the same.
raise Error('Unexpected header in annotations file. Expected columns: ' + ','.join(expected_columns) + ' but got: ' + ','.join(reader.fieldnames))
ariba.megares_zip_parser.Error: Unexpected header in annotations file. Expected columns: group,class,mechanism,header but got: header,type,class,mechanism,group
The text was updated successfully, but these errors were encountered: