Difference between revisions of "TAPIS"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:Sequencing {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|tapis}} |{{#vardefine:url|https://bitbucket.org/comp_bio/ta...")
 
 
(One intermediate revision by one other user not shown)
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* gcc/5.2.0
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 16:14, 10 June 2022

Description

tapis website  

TAPIS (Transriptome Analysis Pipeline from Isoform Sequencing) is a program for correcting and aligning long reads with/without second generation reads, transcript clustering, novel and full-length splice isoform detection, and identification and analysis of polyadenylation (poly(A)) and alternative poly(A) (APA).

Environment Modules

Run module spider tapis to find out what environment modules are available for this application.

System Variables

  • HPC_TAPIS_DIR - installation directory