Orthomclblastparser Problems In Orthomcl Programs
hello all , i am a student of bioinformatics and using orthomcl for my work , when i use the command for blast output
[root@nbri bin]# orthomclBlastParser goodprotein_out my_orthomcl/ >> my_orthomcl/similarSequences.txt
get
'similarSequence.txt' is not in 'taxon.fasta' format
how to check that what is wrong in it ??
• 2,719 views
•
link
2 answers
First, check if you gave the right arguments to the script because your command looks incorrect. Try this:
orthomclBlastParser my_blast_results my_orthomcl_dir/compliantFasta >> my_orthomcl_dir/similarSequences.txt
Next, check and make sure you properly ran orthomclAdjustFasta and produced correctly formatted sequences prior to running your blast job. Last, and most importantly, don't run jobs as root.
• 0 views
•
link
See Orthomclblastparser Problems In Orthomcl Programs to a similar question; looks like the same issue.
• 0 views
•
link
Log in to answer this question.