Hello, everyone I used OMA to find orthologs using 21 species genome. I exported the precomputed all-against-all for some species genomes in the oma database and then added my own species genome. First I get the result. But the second time I removed some species genome and add a new species genome, and then rerun, it encountered an error: Error, (in LoadSpliceMap) string to parse is too long.
These are the command I run:
Step1: ~/OMA242/OMA/bin/OMA -c /path/parameters.drw
Step2: qsub -t 1-100 -cwd job.sh
text in the job.sh:
export NR_PROCESSES=100
~/OMA242/OMA/bin/OMA path/parameters.drw
Could someone give me some suggestions? Thanks in advance!