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>
42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
name: nextclade_datasetget
|
|
description: Get dataset for SARS-CoV-2 genome clade assignment, mutation calling, and sequence quality checks (C++ implementation)
|
|
keywords:
|
|
- nextclade
|
|
- variant
|
|
- consensus
|
|
tools:
|
|
- nextclade:
|
|
description: SARS-CoV-2 genome clade assignment, mutation calling, and sequence quality checks
|
|
homepage: https://github.com/nextstrain/nextclade
|
|
documentation: https://github.com/nextstrain/nextclade
|
|
tool_dev_url: https://github.com/nextstrain/nextclade
|
|
doi: ""
|
|
licence: ["MIT"]
|
|
|
|
input:
|
|
- dataset:
|
|
type: string
|
|
description: Name of dataset to retrieve. A list of available datasets can be obtained using the nextclade dataset list command.
|
|
pattern: ".+"
|
|
- reference:
|
|
type: string
|
|
description: Accession id to download dataset based on a particular reference sequence. A list of available datasets can be obtained using the nextclade dataset list command.
|
|
pattern: ".+"
|
|
- tag:
|
|
type: string
|
|
description: Version tag of the dataset to download. A list of available datasets can be obtained using the nextclade dataset list command.
|
|
pattern: ".+"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- prefix:
|
|
type: path
|
|
description: A directory containing the dataset files needed for nextclade run
|
|
pattern: "prefix"
|
|
|
|
authors:
|
|
- "@antunderwood"
|
|
- "@drpatelh"
|