Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

SNAP error #100

Open
WanessaMGoes opened this issue Mar 3, 2021 · 1 comment
Open

SNAP error #100

WanessaMGoes opened this issue Mar 3, 2021 · 1 comment

Comments

@WanessaMGoes
Copy link

Hello everyone.!!

I did not understand the error that Companion is presenting and I did not find the motivation for it. What should I do to fix it?

Error executing process > 'run_snap'

Caused by:
Process run_snap terminated with an error exit status (2)

Command executed:

echo '##gff-version 3' > snap.gff3
snap -gff -quiet snap.hmm pseudo.pseudochr.fasta > snap.tmp
snap_gff_to_gff3.lua snap.tmp > snap.tmp.2
if [ -s 1 ]; then
gt gff3 -sort -tidy -retainids snap.tmp.2 > snap.gff3;
fi

Command exit status:
2

Command output:
(empty)

Command error:
ZOE ERROR (from snap): error opening file ((null)/HMM/snap.hmm)
ZOE library version 2013-02-16

Work dir:
/home/wanessa/work/6b/94be813b401ee67df7d4ab7bbc0277

Tip: when you have fixed the problem you can continue the execution adding the option -resume to the run command line

@satta
Copy link
Collaborator

satta commented Mar 8, 2021

(Warning; I haven't looked at the Companion codebase in a while now)

Looks like you are trying to run SNAP within Companion with a reference for which there is not trained model for SNAP. You might be able to just deactivate run_snap in your params config file, it usually does not help much with gene calling accuracy but may add false positives. So you should be fine without.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants