mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
e937c7950a
* 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
53 lines
1.4 KiB
YAML
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"
|