Difference between revisions of "DDocent"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Biology {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|ddocent}} |{{#vardefine:url|https://github.com/jpuritz/dDocent}} <!--CONFIGURATION...")
 
m (Text replacement - "hpg2-dev" to "hpg-dev")
(3 intermediate revisions by 2 users not shown)
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:pbs|}}            <!--PBS SCRIPTS-->
 
|{{#vardefine:pbs|}}            <!--PBS SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 35: Line 35:
 
-->
 
-->
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 43: Line 43:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
This module will only work within an interactive job.
 +
 
 +
e.g. for a single core with 2Gb RAM for 10 minutes:
 +
 
 +
srun -p hpg-dev --pty -u bash -i
 +
 
 +
Alternatively, load the ‘ufrc’ module and execute ‘srundev’.
 +
 
 +
To get 8 cores and 6gb RAM per core for 1 hour run:
 +
 
 +
srun -p hpg-dev -n 8 -mem-per-cpu 6 -t 60:00 -pty -u bash -i
  
 
|}}
 
|}}

Revision as of 14:30, 29 September 2021

Description

ddocent website  

This script serves as an interactive bash wrapper to QC, assemble, map, and call SNPs from double digest RAD data. It is designed to run on Linux based machines with large memory capacity and multiple processing cores.

Required Modules

Serial

  • ddocent

System Variables

  • HPC_DDOCENT_DIR - installation directory

Additional Information

This module will only work within an interactive job.

e.g. for a single core with 2Gb RAM for 10 minutes:

srun -p hpg-dev --pty -u bash -i

Alternatively, load the ‘ufrc’ module and execute ‘srundev’.

To get 8 cores and 6gb RAM per core for 1 hour run:

srun -p hpg-dev -n 8 -mem-per-cpu 6 -t 60:00 -pty -u bash -i