mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
e745e167c1
* fix yml formatting * allow fastq.gz and fq.gz as file input, add meta.yml and test * fix yaml files * Revert "allow fastq.gz and fq.gz as file input, add meta.yml and test" This reverts commit 34002d7a7a8c7f7bb4600c3377f35c87849f71a4. * prettier magic! * fix comments for yamllint * remove node version number * fix linting errors Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
name: amps
|
|
description: Post-processing script of the MaltExtract component of the HOPS package
|
|
keywords:
|
|
- malt
|
|
- MaltExtract
|
|
- HOPS
|
|
- amps
|
|
- alignment
|
|
- metagenomics
|
|
- ancient DNA
|
|
- aDNA
|
|
- palaeogenomics
|
|
- archaeogenomics
|
|
- microbiome
|
|
- authentication
|
|
- damage
|
|
- edit distance
|
|
- post Post-processing
|
|
- visualisation
|
|
tools:
|
|
- amps:
|
|
description: Post-processing script of the MaltExtract tool for ancient metagenomics
|
|
homepage: "https://github.com/rhuebler/HOPS"
|
|
documentation: "https://github.com/keyfm/amps"
|
|
tool_dev_url: "https://github.com/keyfm/amps"
|
|
doi: "10.1186/s13059-019-1903-0"
|
|
licence: ["GPL >=3"]
|
|
|
|
input:
|
|
- maltextract_results:
|
|
type: directory
|
|
description: MaltExtract output directory
|
|
pattern: "results/"
|
|
- taxon_list:
|
|
type: file
|
|
description: List of target taxa to evaluate used in MaltExtract
|
|
pattern: "*.txt"
|
|
- filter:
|
|
type: string
|
|
description: The filter mode used in MaltExtract
|
|
pattern: "def_anc|default|scan|ancient|crawl"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- json:
|
|
type: file
|
|
description: Candidate summary heatmap in MultiQC compatible JSON format
|
|
pattern: "heatmap_overview_Wevid.json"
|
|
- summary_pdf:
|
|
type: file
|
|
description: Candidate summary heatmap in PDF format
|
|
pattern: "heatmap_overview_Wevid.pdf"
|
|
- tsv:
|
|
type: file
|
|
description: Candidate summary heatmap in TSV format
|
|
pattern: "heatmap_overview_Wevid.tsv"
|
|
- candidate_pdfs:
|
|
type: directory
|
|
description: Directory of per sample output PDFs organised by reference
|
|
pattern: "pdf_candidate_profiles/"
|
|
|
|
authors:
|
|
- "@jfy133"
|