Skip to content

Damage profile

CormacKinsella edited this page Oct 7, 2025 · 2 revisions

Damage pattern profiling

damageprofiler

Profiles ancient DNA samples for typical damage patterns, producing a variety of plots and statistics.

Usage: DamageProfiler [-h] [-v] [-i <INPUT>] [-o <OUTPUT>] [-r <REFERENCE>] [-t <THRESHOLD>] [-s <SPECIES>] [-sf <SPECIES FILE>] [-l <LENGTH>] [-title <TITLE>] [-yaxis_dp_max <MAX_VALUE>] [-color_c_t <COLOR_C_T>] [-color_g_a <COLOR_G_A>] [-color_insertions <COLOR_C_T>] [-color_deletions <COLOR_DELETIONS>] [-color_other <COLOR_OTHER>] [-only_merged] [-sslib]

Example grave command:

damageprofiler -Xms2g -Xmx\${MAX_HEAP_GB}g -i ${meta.id}.dedup.bam -r ${reference_fasta} -o ${meta.id}_pmd -t 20 -l 100 -yaxis_dp_max 0.3

Clone this wiki locally