steineggerlab / conterminator

Detection of incorrectly labeled sequences across kingdoms
GNU General Public License v3.0
77 stars 7 forks source link

Error: kmermatcher step died #10

Open gbdias opened 4 years ago

gbdias commented 4 years ago

Hi @martin-steinegger, thanks for making conterminator available.

I've been trying to run it on a 450 GB fasta file, using 20 CPUs and 450 GB of RAM, but keep getting the following error:

./15038853176956681317/conterminatordna.sh: line 47: 64706 Killed                  $RUNNER "$MMSEQS" kmermatcher "$TMP_PATH/db_rev_split" "$TMP_PATH/pref" ${KMERMATCHER_PAR}
Error: kmermatcher step died

Thanks

glucksfall commented 3 years ago

Similarly to @gbdias, I found that using conterminator with a nucleotide fasta also fail:

Segmentation fault (core dumped)                                  ] 0.00% 1 eta -
Error: crosstaxonfilterorf step died

The error happens with both pre-compiled versions of conterminator and with a locally compiled version of the software. I tested the software on a single dna fasta (also tested with a protein fasta derived with prodigal, failing also in the kmermatcher step).

That fasta is an assembly from SPAdes that I suspect is contaminated with a second species. I would like to corroborate and include conterminator in my default analyses. Hope we could understand better the source of the malfunction and correct it.

Thanks @martin-steinegger, best regards.