2.2 conda¶
Purpose¶
Install RiboParser and external bioinformatics dependencies in a reproducible environment.
Create environment¶
or:
Install external dependencies¶
conda install bowtie samtools cutadapt star bedtools subread rsem gffread sra-tools \
ucsc-genepredtogtf ucsc-gtftogenepred ucsc-gff3togenepred ucsc-bedgraphtobigwig ucsc-bedsort \
-c bioconda
conda install pigz -c conda-forge
Install RiboParser¶
or:
Main external tools¶
| Tool | Use |
|---|---|
| Bowtie | classification against rRNA/tRNA/ncRNA/mRNA/genome indexes |
| SAMtools | BAM sorting, indexing, and filtering |
| Cutadapt | adapter trimming and read filtering |
| STAR | splice-aware genome alignment |
| RSEM | transcript/gene expression quantification |
| gffread | cDNA extraction from genome and annotation |
| SRA Toolkit | public dataset download |
| UCSC utilities | bedGraph/bigWig and annotation conversion |