Difference between revisions of "Salmon"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:RNA-Seq {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|salmon}} |{{#vardefine:url|https://github.com/COMBINE-lab/salm...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 35: | Line 35: | ||
--> | --> | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:24, 6 December 2019
Description
Salmon is a tool for wicked-fast transcript quantification from RNA-seq data. It requires a set of target transcripts (either from a reference or de-novo assembly) to quantify. All you need to run Salmon is a FASTA file containing your reference transcripts and a (set of) FASTA/FASTQ file(s) containing your reads. Optionally, Salmon can make use of pre-computed alignments (in the form of a SAM/BAM file) to the transcripts rather than the raw reads.
Required Modules
Serial
- salmon
System Variables
- HPC_SALMON_DIR - installation directory