Replies: 1 comment
-
The log reads:
So you're running out of RAM.
You need to pass them as a single library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear SPAdes users and professionals,
I'm seeking advice regarding co-assembly using metaSPAdes for metagenomic analysis. I intend to perform the co-assembly of three metagenome samples, which exhibit similar microbial populations, with the aim of binning and constructing Metagenome-Assembled Genomes (MAGs). I have two main questions:
metaspades.py --pe1-1 Sample1_Forward_paired_q20-100.fq.gz --pe1-2 Sample1_Reverse_paired_q20-100.fq.gz
--pe2-1 Sample2_Forward_paired_q20-100.fq.gz --pe2-2 Sample2_Reverse_paired_q20-100.fq.gz
--pe3-1 Sample3_Forward_paired_q20-100.fq.gz --pe3-2 Sample3_Reverse_paired_q20-100.fq.gz
-k 77,91 -t 20 -o ../co-assembly --meta
The result came out, "The program was terminated by segmentation fault" error. Please verify if the code is correct or suggest any potential corrections.
co-assembly_mtg_sbi2_log.txt
Additional context:
Thank you in advance for your insights and suggestions. Your input is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions