Entering edit mode
4.6 years ago
ashaneev07
▴
40
Hiii... Exonerate stopped automatically after some time and get the output "Killed" on the terminal. Input file size given was 454 mb and protein file has 1 mb. The command that i've used is given below. So what would be the reason behind this? Can anyone please help me out of this? Thank you in advance.....
exonerate -t exseq.fa -q prot.fa --model protein2genome --showtargetgff
--verbose 5 > initial.seq.gff
Memory is typially the first of the usual suspects. How much RAM is available?
My system has 16 gb of RAM and now
free -m
How long did it run for? Are you running the task on the head node of a HPC scheduler?
It took around 20-30 mnts. My desktop detils is given below kindly check.
454 Mb of sequences sounds like quite a lot, how many sequences is that?
Hmm...it contains 6919 sequences. I was split the data into 4 (113 mb) but, that also shows the same error.
Any guesses ? !!! .............
I would re-run it and monitor memory usage. Probably you ran out of memory. Maybe try with like 10 sequences to see if it is a general problem.