rnaSPAdes is a tool for de novo transcriptome assembly from RNA-Seq data and is suitable for all kind of organisms. rnaSPAdes is a part of SPAdes package since version 3.9. Information about SPAdes download, requirements, installation and basic options can be found in SPAdes manual. Below you may find information about differences between SPAdes and rnaSPAdes.
To run rnaSPAdes use
rnaspades.py [options] -o <output_dir>
or
spades.py --rna [options] -o <output_dir>
Note that we assume that SPAdes installation directory is added to the PATH
variable (provide full path to rnaSPAdes executable otherwise: <rnaspades installation dir>/rnaspades.py
).
Here are the main differences of rnaSPAdes:
transcripts.fasta
. The corresponding file with paths in the assembly_graph.fastg
is transcripts.paths
.--careful
and --cov-cutoff
options.--meta
, --sc
and --plasmid
.
rnaQUAST may be used for transcriptome assembly quality assessment for model organisms when reference genome and gene database are available. rnaQUAST also includes BUSCO and GeneMarkS-T tools for de novo evaluation.
If you use rnaSPAdes in your research, please include main SPAdes paper Bankevich, Nurk et al., 2012 in your reference list. Paper on rnaSPAdes is to be submitted.
Your comments, bug reports, and suggestions are very welcomed. They will help us to further improve rnaSPAdes.
If you have any troubles running rnaSPAdes, please send us
Address for communications: spades.support@cab.spbu.ru.
4 Citation
5 Feedback and bug reports
params.txt
and spades.log
from the directory <output_dir>
.