Difference between revisions of "MIRA"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Biology | + | __NOTOC__ |
− | {|<!-- | + | __NOEDITSECTION__ |
+ | [[Category:Software]][[Category:Biology]][[Category:Genomics]][[Category:Assembly]] | ||
+ | {|<!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|mira}} | |{{#vardefine:app|mira}} | ||
− | |{{#vardefine:url| | + | |{{#vardefine:url|http://mira-assembler.sourceforge.net/}} |
− | + | |{{#vardefine:exe|}} <!--Present manual instructions for running the software --> | |
− | |{{#vardefine: | + | |{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> |
− | |{{#vardefine: | + | |{{#vardefine:pbs|}} <!--Enable PBS script wiki page link--> |
− | + | |{{#vardefine:policy|}} <!--Enable policy section --> | |
− | |{{#vardefine: | + | |{{#vardefine:testing|}} <!--Enable performance testing/profiling section --> |
− | |{{#vardefine: | + | |{{#vardefine:faq|}} <!--Enable FAQ section --> |
− | |{{#vardefine: | + | |{{#vardefine:citation|}} <!--Enable Reference/Citation section --> |
− | |{{#vardefine: | ||
− | |{{#vardefine: | ||
|} | |} | ||
− | <!-- | + | <!-- ######## Template Body ######## --> |
<!--Description--> | <!--Description--> | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
− | MIRA - Sequence assembler | + | MIRA - Sequence assembler for whole genome shotgun and EST sequencing data. Can use Sanger, 454, Solexa (Illumina) and IonTorrent data. PacBio: CCS and ecCLR data usable, CLR not yet. Please visit [http://sourceforge.net/apps/mediawiki/mira-assembler/ the app website] for more details. |
− | |||
<!--Modules--> | <!--Modules--> | ||
==Environment Modules== | ==Environment Modules== | ||
Line 27: | Line 26: | ||
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory | * HPC_{{uc:{{#var:app}}}}_DOC - documentation directory | ||
− | + | ==Documentation== | |
− | + | The main documentation source for MIRA is the [http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html Definitive guide to MIRA]. | |
+ | {{#if: {{#var: exe}}|==How To Run== | ||
+ | WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}} | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
− | See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details. | + | See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}} |
− | + | {{#if: {{#var: pbs}}|==PBS Script Examples== | |
− | + | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | |
− | |||
− | |||
− | |||
− | |||
− | |}} | ||
− | |||
− | {{#if: {{#var: | ||
− | See the [[{{PAGENAME}} | ||
− | |}} | ||
− | |||
{{#if: {{#var: policy}}|==Usage Policy== | {{#if: {{#var: policy}}|==Usage Policy== | ||
− | + | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}} | |
− | WRITE USAGE POLICY HERE ( | ||
− | |||
− | |}} | ||
− | |||
{{#if: {{#var: testing}}|==Performance== | {{#if: {{#var: testing}}|==Performance== | ||
− | + | WRITE PERFORMANCE TESTING RESULTS HERE|}} | |
− | |||
− | |||
− | |}} | ||
− | |||
{{#if: {{#var: faq}}|==FAQ== | {{#if: {{#var: faq}}|==FAQ== | ||
*'''Q:''' **'''A:'''|}} | *'''Q:''' **'''A:'''|}} | ||
− | |||
{{#if: {{#var: citation}}|==Citation== | {{#if: {{#var: citation}}|==Citation== | ||
− | If you publish research that uses {{ | + | If you publish research that uses {{{app}}} you have to cite it as follows: |
− | + | WRITE CITATION HERE | |
− | |||
− | |||
|}} | |}} | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 20:42, 18 August 2022
Description
MIRA - Sequence assembler for whole genome shotgun and EST sequencing data. Can use Sanger, 454, Solexa (Illumina) and IonTorrent data. PacBio: CCS and ecCLR data usable, CLR not yet. Please visit the app website for more details.
Environment Modules
Run module spider mira
to find out what environment modules are available for this application.
System Variables
- HPC_MIRA_DIR - installation directory
- HPC_MIRA_BIN - executable directory
- HPC_MIRA_DOC - documentation directory
Documentation
The main documentation source for MIRA is the Definitive guide to MIRA.