nf-core/mapdamage2 @ 0.0.0-6c4ed3a
Summary
Computational framework for tracking and quantifying DNA damage patterns among ancient DNA sequencing reads generated by Next-Generation Sequencing platforms.
Get started
Add the following snippet to your workflow script to include this module.
include { MAPDAMAGE2 } from 'nf-core/mapdamage2'
License
MIT License
Name
|
MAPDAMAGE2 |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
bam
file
|
BAM file *.{bam}
|
fasta
file
|
Fasta file, the reference the input BAM was mapped against *.{fasta}
|
|---|
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/*.fasta
file
|
Alignments in a FASTA file, only if flagged by -d. *.{fasta}
|
folder
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
*/
directory
|
Folder created when --plot-only, --rescale and --stats-only flags are passed. */
|
dnacomp
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/dnacomp.txt
file
|
Contains a table of the reference genome base composition per position, inside reads and adjacent regions. dnacomp.txt
|
rescaled
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/*rescaled.bam
file
|
Rescaled BAM file, where likely post-mortem damaged bases have downscaled quality scores. *.{bam}
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
pctot_freq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/5pCtoT_freq.txt
file
|
Contains frequencies of Cytosine to Thymine mutations per position from the 5'-ends. 5pCtoT_freq.txt
|
pgtoa_freq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/3pGtoA_freq.txt
file
|
Contains frequencies of Guanine to Adenine mutations per position from the 3'-ends. 3pGtoA_freq.txt
|
length_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/Length_plot.pdf
file
|
A pdf file that displays length distribution of singleton reads per strand and cumulative frequencies of C->T at 5'-end and G->A at 3'-end are also displayed per strand. Length_plot.pdf
|
runtime_log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/Runtime_log.txt
file
|
Log file with a summary of command lines used and timestamps. Runtime_log.txt
|
dnacomp_genome
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/dnacomp_genome.csv
file
|
Contains the global reference genome base composition (computed by seqtk). dnacomp_genome.csv
|
lgdistribution
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
results_*/lgdistribution.txt
|