SOAPdenovo-Trans: Difference between revisions

From UFRC
Jump to navigation Jump to search
m Text replace - "<!--Run-->" to "==System Variables== * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory <!--Run--> "
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Software]][[Category:Biology]][[Category:NGS]]
[[Category:Software]]
{|<!--CONFIGURATION: REQUIRED-->
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|soapdenovo-trans}}
|{{#vardefine:app|soapdenovo-trans}}
|{{#vardefine:url|http://soap.genomics.org.cn/SOAPdenovo-Trans.html}}
|{{#vardefine:url|http://soap.genomics.org.cn/SOAPdenovo-Trans.html}}
<!--CONFIGURATION: OPTIONAL (1=ON)-->
<!--CONFIGURATION: OPTIONAL (1=ON)-->
|{{#vardefine:mod|1}} <!--MODULES - NOW REQUIRED-->
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice -->
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice -->
|{{#vardefine:exe|}} <!--RUNNING -->
|{{#vardefine:exe|}} <!--RUNNING -->
|{{#vardefine:conf|}} <!--CONFIGS-->
|{{#vardefine:conf|}} <!--CONFIGS-->
Line 23: Line 19:


SOAPdenovo-Trans is a de novo transcriptome assembler basing on the SOAPdenovo framework, adapt to alternative splicing and different expression level among transcripts.The assembler provides a more accurate, complete and faster way to construct the full-length transcript sets.
SOAPdenovo-Trans is a de novo transcriptome assembler basing on the SOAPdenovo framework, adapt to alternative splicing and different expression level among transcripts.The assembler provides a more accurate, complete and faster way to construct the full-length transcript sets.
<!--Modules-->
<!--Modules-->
{{#if: {{#var: mod}}|==Execution Environment and Modules==}}
==Environment Modules==
To use SOAPdenovo-Trans with the environment modules system at HPC the following commands are available:
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Get module information for soapdenovo-trans:
 
$module spider soapdenovo-trans
 
Load the default application module:
 
$module load soapdenovo-trans
 
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
 
    HPC_SOAPDENOVOTRANS_DIR - directory where SOAPdenovo-Trans is located.  
    HPC_SOAPDENOVOTRANS_BIN - directory where SOAPdenov-Trans binaries are located
 
==System Variables==
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
<!--Run-->
* HPC_SOAPDENOVOTRANS_BIN - directory where SOAPdenov-Trans binaries are located
 
<!--Additional-->
{{#if: {{#var: exe}}|==How To Run==
{{#if: {{#var: exe}}|==Additional Information==
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
|}}
|}}

Latest revision as of 00:05, 22 August 2022

Description

soapdenovo-trans website  

SOAPdenovo-Trans is a de novo transcriptome assembler basing on the SOAPdenovo framework, adapt to alternative splicing and different expression level among transcripts.The assembler provides a more accurate, complete and faster way to construct the full-length transcript sets.

Environment Modules

Run module spider soapdenovo-trans to find out what environment modules are available for this application.

System Variables

  • HPC_SOAPDENOVO-TRANS_DIR - installation directory
  • HPC_SOAPDENOVOTRANS_BIN - directory where SOAPdenov-Trans binaries are located