2021-06-30 07:46:24 +00:00
|
|
|
name: damageprofiler
|
|
|
|
description: A Java based tool to determine damage patterns on ancient DNA as a replacement for mapDamage
|
|
|
|
keywords:
|
|
|
|
- damage
|
|
|
|
- deamination
|
|
|
|
- miscoding lesions
|
|
|
|
- C to T
|
|
|
|
- ancient DNA
|
|
|
|
- aDNA
|
|
|
|
- palaeogenomics
|
|
|
|
- archaeogenomics
|
|
|
|
- palaeogenetics
|
|
|
|
- archaeogenetics
|
|
|
|
tools:
|
|
|
|
- damageprofiler:
|
|
|
|
description: A Java based tool to determine damage patterns on ancient DNA as a replacement for mapDamage
|
|
|
|
homepage: https://github.com/Integrative-Transcriptomics/DamageProfiler
|
|
|
|
documentation: https://damageprofiler.readthedocs.io/
|
|
|
|
tool_dev_url: https://github.com/Integrative-Transcriptomics/DamageProfiler
|
|
|
|
doi: "10.1093/bioinformatics/btab190"
|
|
|
|
licence: ['GPL v3']
|
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM/CRAM/SAM file
|
|
|
|
pattern: "*.{bam,cram,sam}"
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: FASTA reference file
|
|
|
|
pattern: "*.{fasta,fna,fa}"
|
|
|
|
- fai:
|
|
|
|
type: file
|
|
|
|
description: FASTA index file from samtools faidx
|
|
|
|
pattern: "*.{fai}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- version:
|
|
|
|
type: file
|
|
|
|
description: File containing software version
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-06-30 07:46:24 +00:00
|
|
|
- results:
|
|
|
|
type: dir
|
|
|
|
description: DamageProfiler results directory
|
|
|
|
pattern: "*/*"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@jfy133"
|