Difference between revisions of "DDocent"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Biology]]
+
[[Category:Software]][[Category:Phylogenetics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|ddocent}}
 
|{{#vardefine:app|ddocent}}
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
Line 47: Line 36:
 
e.g. for a single core with 2Gb RAM for 10 minutes:
 
e.g. for a single core with 2Gb RAM for 10 minutes:
  
srun -p hpg2-dev --pty -u bash -i
+
srun -p hpg-dev --pty -u bash -i
  
 
Alternatively, load the ‘ufrc’ module and execute ‘srundev’.
 
Alternatively, load the ‘ufrc’ module and execute ‘srundev’.
Line 53: Line 42:
 
To get 8 cores and 6gb RAM per core for 1 hour run:
 
To get 8 cores and 6gb RAM per core for 1 hour run:
  
srun -p hpg2-dev -n 8 -mem-per-cpu 6 -t 60:00 -pty -u bash -i
+
srun -p hpg-dev -n 8 -mem-per-cpu 6 -t 60:00 -pty -u bash -i
  
 
|}}
 
|}}

Latest revision as of 14:29, 15 August 2022

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.

Environment Modules

Run module spider ddocent to find out what environment modules are available for this application.

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