Difference between revisions of "MARK"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | [[Category:Software]] | |
+ | {|<!--Main settings - REQUIRED--> | ||
+ | |{{#vardefine:app|mark}} | ||
+ | |{{#vardefine:url|http://www.phidot.org/software/mark/index.html}} | ||
+ | |{{#vardefine:exe|}} <!--Present manual instructions for running the software --> | ||
+ | |{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | ||
+ | |{{#vardefine:pbs|}} <!--Enable PBS script wiki page link--> | ||
+ | |{{#vardefine:policy|}} <!--Enable policy section --> | ||
+ | |{{#vardefine:testing|}} <!--Enable performance testing/profiling section --> | ||
+ | |{{#vardefine:faq|}} <!--Enable FAQ section --> | ||
+ | |{{#vardefine:citation|}} <!--Enable Reference/Citation section --> | ||
+ | |} | ||
+ | <!-- ######## Template Body ######## --> | ||
+ | <!--Description--> | ||
+ | {{#if: {{#var: url}}| | ||
+ | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
− | MARK is | + | Program MARK, developed and maintained by Gary White (Colorado State University) is the most flexible, widely used application currently available for parameter estimation using data from marked individuals. |
− | + | We have the [http://www.phidot.org/software/mark/rmark/linux/ MARK linux binary] and the RMark R library installed. | |
− | + | <!--Modules--> | |
− | + | ==Required Modules== | |
+ | [[Modules|modules documentation]] | ||
+ | ===Serial=== | ||
+ | *{{#var:app}} | ||
+ | ==System Variables== | ||
+ | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | ||
+ | * HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory | ||
+ | {{#if: {{#var: exe}}|==How To Run== | ||
+ | WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}} | ||
+ | {{#if: {{#var: conf}}|==Configuration== | ||
+ | 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: policy}}|==Usage Policy== | ||
+ | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}} | ||
+ | {{#if: {{#var: testing}}|==Performance== | ||
+ | WRITE PERFORMANCE TESTING RESULTS HERE|}} | ||
+ | {{#if: {{#var: faq}}|==FAQ== | ||
+ | *'''Q:''' **'''A:'''|}} | ||
+ | {{#if: {{#var: citation}}|==Citation== | ||
+ | If you publish research that uses {{{app}}} you have to cite it as follows: | ||
+ | WRITE CITATION HERE | ||
+ | |}} | ||
+ | __NOTOC____NOEDITSECTION__ |
Revision as of 03:27, 7 October 2012
Description
Program MARK, developed and maintained by Gary White (Colorado State University) is the most flexible, widely used application currently available for parameter estimation using data from marked individuals.
We have the MARK linux binary and the RMark R library installed.
Required Modules
Serial
- mark
System Variables
- HPC_{{#uppercase:mark}}_DIR - installation directory
- HPC_{{#uppercase:mark}}_BIN - executable directory