You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure whether the problem comes from the new version 0.25.0 or the option --telo-m / -u / -l, but according the 0.19.9 version hifiasm, using the following command would finish complete workflows with 1.5 TB memory:
while update hifiasm to version 0.25.0 and additionally switch on the --telo-m TTTAGGG -u -l 1would leading to 1.5TB memory depletion without any file generated, and now hifiasm only finished three round of kmer cleaning:
I would try the older version hifiasm with same option, and I would wonder whether the option --telo-m / -u / -l are designed as memory expensive operation or not ?
The text was updated successfully, but these errors were encountered:
--telo-m TTTAGGG -u -l 1 would only affect the post assembly steps, instead of the error correction. I am not so much sure about the performance. It really depends on how much HiFi data you are using. In addition, -k41 and large number CPUs used will also increase the memory requirement.
After resorting to another server the hifiasm managed to produce the ec.bin, ovlp.source.bin and ovlp.reverse.bin and so on the contig gfas, but subjecting to limited 1.5T memory, hifiasm failed to finish the complete pipeline. I would wonder whether resuming based on the *.bins generated would reduce the memory requirement?
I am not sure whether the problem comes from the new version 0.25.0 or the option --telo-m / -u / -l, but according the 0.19.9 version hifiasm, using the following command would finish complete workflows with 1.5 TB memory:
while update hifiasm to version 0.25.0 and additionally switch on the
--telo-m TTTAGGG -u -l 1
would leading to 1.5TB memory depletion without any file generated, and now hifiasm only finished three round of kmer cleaning:I would try the older version hifiasm with same option, and I would wonder whether the option --telo-m / -u / -l are designed as memory expensive operation or not ?
The text was updated successfully, but these errors were encountered: