Difference between revisions of "ToFU2"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "Category:SoftwareCategory:Biology {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|tofu2}} |{{#vardefine:url|https://github.com/PacificBiosciences/IsoSeq_SA3nUP/wiki...") |
Moskalenko (talk | contribs) |
||
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:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 18: | Line 18: | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
− | + | This is the developmenal (ToFU2) branch of the PacBio IsoSeq analysis | |
− | + | software. The isoform sequencing (Iso-Seq) application generates full-length | |
− | + | cDNA sequences — from the 5’ end of transcripts to the poly-A tail — | |
− | + | eliminating the need for transcriptome reconstruction using | |
− | + | isoform-inference algorithms. The Iso-Seq method generates accurate | |
− | + | information about alternatively spliced exons and transcriptional start | |
− | + | sites. It also delivers information about poly-adenylation sites for | |
− | + | transcripts up to 10 kb in length across the full complement of isoforms | |
− | + | within targeted genes or the entire transcriptome. | |
<!--Modules--> | <!--Modules--> | ||
Line 50: | Line 50: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | To launch the singularity container ToFU2 is installed in use the 'launch_tofu2' command in a [[Development_and_Testing|dev session shell]] or in a job script. E.g. | |
+ | $ ml tofu2 | ||
+ | $ launch_tofu2 run_IceInit2.py | ||
|}} | |}} |
Revision as of 17:38, 24 October 2017
Description
This is the developmenal (ToFU2) branch of the PacBio IsoSeq analysis software. The isoform sequencing (Iso-Seq) application generates full-length cDNA sequences — from the 5’ end of transcripts to the poly-A tail — eliminating the need for transcriptome reconstruction using isoform-inference algorithms. The Iso-Seq method generates accurate information about alternatively spliced exons and transcriptional start sites. It also delivers information about poly-adenylation sites for transcripts up to 10 kb in length across the full complement of isoforms within targeted genes or the entire transcriptome.
Required Modules
System Variables
- HPC_{{#uppercase:tofu2}}_DIR - installation directory
Additional Information
To launch the singularity container ToFU2 is installed in use the 'launch_tofu2' command in a dev session shell or in a job script. E.g.
$ ml tofu2 $ launch_tofu2 run_IceInit2.py