From 5d593bdb45eb241e65c9c7b1a4ffb2cf48ce695d Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Sun, 8 May 2022 16:44:33 +0200 Subject: [PATCH] docs: correct license and input description --- modules/sratools/fasterqdump/meta.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/sratools/fasterqdump/meta.yml b/modules/sratools/fasterqdump/meta.yml index ec5f69a5..ac62bc61 100644 --- a/modules/sratools/fasterqdump/meta.yml +++ b/modules/sratools/fasterqdump/meta.yml @@ -10,7 +10,7 @@ tools: homepage: https://github.com/ncbi/sra-tools documentation: https://github.com/ncbi/sra-tools/wiki tool_dev_url: https://github.com/ncbi/sra-tools - licence: ["US-Government-Work"] + licence: ["Public Domain"] input: - meta: @@ -22,6 +22,12 @@ input: type: directory description: Directory containing ETL data for the given SRA. pattern: "*/*.sra" + - ncbi_settings: + type: file + description: > + Either a proper NCBI settings file or in case an existing file should be used, + a file with name EXISTS. + pattern: "*.mkfg | EXISTS" output: - meta: