Good afternoon, all. I am relatively new to bioinformatics and am running into an error when I try to convert my xml file to a tabular file. I have used this command line before and didn't have any problems with it, but for some reason, I just can't get these files to be converted.
Command line used:
python blastxml_to_tabular.py -o P_jeffreysii_agatoxin.tab -c ext P_jeffreysii_agatoxin.xml
This is the error that pops up after I hit enter:
Problem splitting multuple hits?
'tr_E9FSX5_Daphnia_pul_Cru_Bra'
--> list index out of range
I have checked, I am in the folders I'm supposed to be in, I've got the xml to tabular converter file with the xml file. There doesn't seem to be anything glaringly obviously wrong on the fasta file from the database. And I do have results on the xml files. But this is an error I get on every file I try to convert from xml to tabular that is run against this one database, except each time, it's a different sequence.
I have googled the bananas out of this error and I have yet to find something that is helpful because they're all the "out of range" error but with different programs.
Since I am pretty new, I'm hoping someone can help me understand what this error means and how I can fix it.
Thank you in advance!
Irene
Command line used:
python blastxml_to_tabular.py -o P_jeffreysii_agatoxin.tab -c ext P_jeffreysii_agatoxin.xml
This is the error that pops up after I hit enter:
Problem splitting multuple hits?
'tr_E9FSX5_Daphnia_pul_Cru_Bra'
--> list index out of range
I have checked, I am in the folders I'm supposed to be in, I've got the xml to tabular converter file with the xml file. There doesn't seem to be anything glaringly obviously wrong on the fasta file from the database. And I do have results on the xml files. But this is an error I get on every file I try to convert from xml to tabular that is run against this one database, except each time, it's a different sequence.
I have googled the bananas out of this error and I have yet to find something that is helpful because they're all the "out of range" error but with different programs.
Since I am pretty new, I'm hoping someone can help me understand what this error means and how I can fix it.
Thank you in advance!
Irene
Comment