Entering edit mode
11.5 years ago
wang.qiang.prc
•
0
Hi,
Today I use OrthoMCL to find orthology. When I go on the orthomclBlastParser, I find a problem that can not resolve my_blast_results_in_tab_format.Please give me a little advice~~Thank you@@
Problems:
$./orthomclBlastParser my_blast_results my_orthomcl_dir/compliantFasta >> my_orthomcl_dir/similarSequences.txt
acquiring genes from all_VS_all.out.tab
'all_VS_all.out.tab' is not in 'taxon.fasta' format-------------------------------------->why? where is wrong?
Did you format your fasta files so the header is in the format orthomcl wants?
Could you please speak in detail? You mean I should format the blast results in order to normalize the file??????? Many Thanks~~
Did you run all the previous steps in orthomcl? Did you run the orthomclAdjustFasta and orthomclFilterFasta scripts? Do the fasta headers all have proper ids?
yes, I have run the orthomclAdjustFasta and orthomclFilterFasta. These are all successful. But I do not understand the proper ids and the fasta headers you said. Explain it?
I think you have a file called
all_VS_all.out.tab
in yourmy_orthomcl_dir/compliantFasta
folder. Check this folder to ensure that there are only well-formatted fasta files in there.Also, would like to link my tutorial about usage of OrthoMCL - maybe it will be helpful.