Difference between revisions of "Newbler"
Jump to navigation
Jump to search
(Created page with "Installed in /apps/denovo/") |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:Assembly]][[Category:De Novo]] | |
+ | {|<!--CONFIGURATION: REQUIRED--> | ||
+ | |{{#vardefine:app|newbler}} | ||
+ | |{{#vardefine:url|http://wiki.genomequest.com/index.php/Newbler_Assembler}} | ||
+ | <!--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:conf|}} <!--CONFIGS--> | ||
+ | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | ||
+ | |{{#vardefine:policy|}} <!--POLICY--> | ||
+ | |{{#vardefine:testing|}} <!--TESTING/PROFILING--> | ||
+ | |{{#vardefine:faq|}} <!--FAQ--> | ||
+ | |{{#vardefine:citation|}} <!--CITATION--> | ||
+ | |{{#vardefine:installation|}} <!--INSTALLATION--> | ||
+ | |} | ||
+ | <!--BODY--> | ||
+ | <!--Description--> | ||
+ | {{#if: {{#var: url}}| | ||
+ | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
+ | |||
+ | Newbler is a software package for de novo DNA sequence assembly. It is designed specifically for assembling sequence data generated by the 454 GS-series of pyrosequencing platforms sold by 454 Life Sciences, a Roche Diagnostics company. | ||
+ | <!--Modules--> | ||
+ | ==Environment Modules== | ||
+ | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
+ | ==System Variables== | ||
+ | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
+ | * HPC_NEWBLER_BIN - executable directory | ||
+ | <!--Run--> | ||
+ | {{#if: {{#var: exe}}|==How To Run== | ||
+ | DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY | ||
+ | |}} | ||
+ | <!--Configuration--> | ||
+ | {{#if: {{#var: conf}}|==Configuration== | ||
+ | See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details. | ||
+ | |}} | ||
+ | <!--PBS scripts--> | ||
+ | {{#if: {{#var: pbs}}|==PBS Script Examples== | ||
+ | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | ||
+ | <!--Policy--> | ||
+ | {{#if: {{#var: policy}}|==Usage Policy== | ||
+ | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used) | ||
+ | |}} | ||
+ | <!--Performance--> | ||
+ | {{#if: {{#var: testing}}|==Performance== | ||
+ | DOUBLE_CLICK_TO_WRITE_PERFORMANCE_TESTING_RESULTS_HERE | ||
+ | |}} | ||
+ | <!--Faq--> | ||
+ | {{#if: {{#var: faq}}|==FAQ== | ||
+ | *'''Q:''' **'''A:'''|}} | ||
+ | <!--Citation--> | ||
+ | {{#if: {{#var: citation}}|==Citation== | ||
+ | If you publish research that uses {{#var:app}} you have to cite it as follows: | ||
+ | DOUBLE_CLICK_TO_WRITE_CITATION_HERE | ||
+ | |}} | ||
+ | <!--Installation--> | ||
+ | {{#if: {{#var: installation}}|==Installation== | ||
+ | See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}} | ||
+ | __NOTOC____NOEDITSECTION__ |
Latest revision as of 16:17, 19 August 2022
Description
Newbler is a software package for de novo DNA sequence assembly. It is designed specifically for assembling sequence data generated by the 454 GS-series of pyrosequencing platforms sold by 454 Life Sciences, a Roche Diagnostics company.
Environment Modules
Run module spider newbler
to find out what environment modules are available for this application.
System Variables
- HPC_NEWBLER_DIR - installation directory
- HPC_NEWBLER_BIN - executable directory