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 have been running a number bacterial metagenomes through Jovian and for some of the samples the de novo assembly step takes much longer than what seems normal. When looking through the log files, it seems SPAdes's error correction step takes several days (5 or more), whereas the assembly itself only takes a few hours. With other samples of similar size this is no issue and error correction finishes in < 12 hours.
This seems to be a known issue with SPAdes (see ablab/spades#152). As a workaround it is suggested to skip the error correction step with the --only-assembler parameter.
This error occurs with SPAdes version 3.11.0-py36_0 (the current standard in Jovian). I can manually update to a newer version (3.14.0 is available via conda now) and see if that helps. Otherwise, I can try the suggested workaround of skipping error correction and hope that strictly trimmed reads (Jovian strict setting: SLIDINGWINDOW:5:30 with trimmomatic) yield decent assemblies.
The text was updated successfully, but these errors were encountered:
I would really recommend to use the --only-assembler option and to skip the error correction option. I am not sure how it works for metagenomes, but for whole genomes, the error correction option introduces errors sometimes, especially if you are dealing with a mixture of strains (which might well be the case in a metagenome).
I have been running a number bacterial metagenomes through Jovian and for some of the samples the de novo assembly step takes much longer than what seems normal. When looking through the log files, it seems SPAdes's error correction step takes several days (5 or more), whereas the assembly itself only takes a few hours. With other samples of similar size this is no issue and error correction finishes in < 12 hours.
This seems to be a known issue with SPAdes (see ablab/spades#152). As a workaround it is suggested to skip the error correction step with the
--only-assembler
parameter.This error occurs with SPAdes version 3.11.0-py36_0 (the current standard in Jovian). I can manually update to a newer version (3.14.0 is available via conda now) and see if that helps. Otherwise, I can try the suggested workaround of skipping error correction and hope that strictly trimmed reads (Jovian strict setting:
SLIDINGWINDOW:5:30
with trimmomatic) yield decent assemblies.The text was updated successfully, but these errors were encountered: