nf-core_modules/modules/damageprofiler/meta.yml
Harshil Patel e937c7950a
Rename software/ directory to modules/ to re-organise module structure (#567)
* Update README

* Rename pytest_software.yml to pytest_modules.yml

* Rename main software directory to modules

* Remove deprecated modules

* Rename tests software to modules

* Replace paths for tests in pytest_modules.yml

* Replace software with modules in Github Actions

* Replace software with modules in main.nf tests

* Rename software to modules in test.yml
2021-07-07 10:10:18 +01:00

53 lines
1.4 KiB
YAML

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
pattern: "*.{version.txt}"
- results:
type: dir
description: DamageProfiler results directory
pattern: "*/*"
authors:
- "@jfy133"