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...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 19:29, 3 June 2022
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.
Environment Modules
Run module spider salmon
to find out what environment modules are available for this application.
System Variables
- HPC_SALMON_DIR - installation directory