Difference between revisions of "SEPP"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "Category:SoftwareCategory:BioinformaticsCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|sepp}} |{{#vardefine:url|https://github.com/smira...") |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Biology]][[Category:Phylogenetics]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|sepp}} | |{{#vardefine:app|sepp}} | ||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
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 |
+ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_CONF - configuration examples directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 42: | Line 34: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | The sepp module includes all three components of the SEPP suite - SEPP, TIPP, and UPP - the three methods use ensembles of Hidden Markov Models (HMMs) in different ways, each focusing on a different problem.. | |
− | + | * SEPP - SATe-enabled phylogenetic placement | |
+ | * TIPP - Taxonomic identification and phylogenetic profiling | ||
+ | * UPP - Ultra-large alignments using Phylogeny-aware Profiles | ||
|}} | |}} | ||
<!--PBS scripts--> | <!--PBS scripts--> |
Latest revision as of 20:39, 12 August 2022
Description
SEPP stands for "SATe-enabled Phylogenetic Placement", and addresses the problem of phylogenetic placement of short reads into reference alignments and trees.
Environment Modules
Run module spider sepp
to find out what environment modules are available for this application.
System Variables
- HPC_SEPP_DIR - installation directory
- HPC_SEPP_BIN - executable directory
- HPC_SEPP_CONF - configuration examples directory
Additional Information
The sepp module includes all three components of the SEPP suite - SEPP, TIPP, and UPP - the three methods use ensembles of Hidden Markov Models (HMMs) in different ways, each focusing on a different problem..
- SEPP - SATe-enabled phylogenetic placement
- TIPP - Taxonomic identification and phylogenetic profiling
- UPP - Ultra-large alignments using Phylogeny-aware Profiles