Dear developers,
I used two paired-end reads trimmed by Trimmomatic. The forward read was 18 GB and the reverse read was 17.8 GB. The command was: /miniconda3/bin/spades.py --meta -1 forward.fq.gz -2 reverse.fq.gz -t 16 -m 40 -k 55,77,99 -o outfile .
However the contigs.fasta was 132MB and scaffolds.fasta was also 132MB. Then the contigs.fasta was used for binning by concoct, maxbin2 and metabat2, there were only 48, 28 and 36 bins, respectively.
Is there some parameters wrong in my command line for SPAdes?
Thanks in advance!
Dear developers,
I used two paired-end reads trimmed by Trimmomatic. The forward read was 18 GB and the reverse read was 17.8 GB. The command was:
/miniconda3/bin/spades.py --meta -1 forward.fq.gz -2 reverse.fq.gz -t 16 -m 40 -k 55,77,99 -o outfile.However the contigs.fasta was 132MB and scaffolds.fasta was also 132MB. Then the contigs.fasta was used for binning by concoct, maxbin2 and metabat2, there were only 48, 28 and 36 bins, respectively.
Is there some parameters wrong in my command line for SPAdes?
Thanks in advance!