hifiasm icon indicating copy to clipboard operation
hifiasm copied to clipboard

Error Message reads: "Killed"

Open smvelazquez opened this issue 2 years ago • 6 comments

I'm currently working on assembling HiFi reads for a highly heterozygous species. When I run the following command:

hifiasm -o <name>.asm -t49 -f39 read.1.fastq.gz read.2.fastq.gz

I receive the following error message:

Killed.

For context, I am running on a c5.9xlarge AWS instance that has plenty of space and RAM, so theoretically power should not be an issue. The command very quickly times out (5 minutes or less) and crashed my connection to the instance. This is also being run on a screen session on the instance so the crashed connection shouldn't cause an issue, but it has been a pattern that when the connection crashes the hifiasm command also crashed. The first file is 14 GB while the second is 24 GB.

This has also been true for another sample I have been trying to create a phased assembly in which the files are also large, Hi-C reads are ~60 GB and HiFi reads (4 fastqs) ~15 GB.

smvelazquez avatar Oct 21 '21 16:10 smvelazquez

Could you please show the log file? Did you samples have weird k-mer plots (see: https://hifiasm.readthedocs.io/en/latest/faq.html#why-does-hifiasm-stuck-or-crash)?

chhylp123 avatar Oct 22 '21 09:10 chhylp123

No files are produced after the crash. The directory remains empty aside from the input files.

smvelazquez avatar Oct 22 '21 16:10 smvelazquez

Could you please share one of them with us as an example? Killed should be reported by linux system instead of hifiasm.

chhylp123 avatar Oct 22 '21 16:10 chhylp123

Or you can get k-mer plot by yourself with tools like jellyfish.

chhylp123 avatar Oct 22 '21 17:10 chhylp123

Unfortunately I can't share the data. Is there a software or something you recommend so I can check the quality of the HiFi reads? I can report back the results here.

smvelazquez avatar Oct 22 '21 17:10 smvelazquez

You can have a try with jellyfish. Thanks.

chhylp123 avatar Oct 22 '21 17:10 chhylp123