Open b-brankovics opened 4 years ago
Alternatively, is it possible to get a compiled version that would run on Ubuntu?
I would really like to use the tool, but I don't know where to get a working version of metaviralspades.
Thanks in advance! :)
Terribly sorry, I've missed this question.
Metaviral SPAdes was build upon metaplasmid. Both tools are based on iterative low covered edges removal with minor differences in graph simplification and contig output. So, in the publication-support release, most messages were not changed. Of course, we'll fix it in upcoming regular release (within SPAdes package v 3.15).
So, you can use the assemblies you received. Also we strongly recommend to check final contigs with either our viralVerify tool or with CheckV - metaviralSPAdes outputs lots of false-positive contigs by design.
Dear Developers,
I wanted to test metaviralspades on a sample that contains pooled RNA from thousands of plants. Previously, I used regular SPAdes for the assembly which worked quite well. Now, I ran metaviralspades on the same read set and the
contigs.fasta
file was empty. I can see that there are contigs inK77/contigs_before_metaplasmid.fasta
. It appears that metaviralspades.py actually is a metaplasmidspades assembler instead of metaviralspades. Here is thespades.log
:I installed metaviralspades in the following way:
git clone -b metaviral_publication https://github.com/ablab/spades.git metaviralspades
cd metaviralspades; ./assembler/spades_compile.sh
How could I build the actual metaviralspades assembler instead of the plasmid version?