From f3b5019b90b7b6be5f4ed1bf56b7039c45d35707 Mon Sep 17 00:00:00 2001 From: hariszaf Date: Thu, 9 Jun 2022 12:09:47 +0300 Subject: [PATCH] attempt for template to follow for output file description; #38 --- help_files/output_files_struct_description.tsv | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 help_files/output_files_struct_description.tsv diff --git a/help_files/output_files_struct_description.tsv b/help_files/output_files_struct_description.tsv new file mode 100644 index 0000000..bdee95c --- /dev/null +++ b/help_files/output_files_struct_description.tsv @@ -0,0 +1,12 @@ +# ----------------- PEMA OUTPUT FILES DESCRIPTION ----------------- +# +#= output_files: +#= mapping_files_for_PEMA.tsv: +#= filename: mapping_files_for_PEMA.tsv +#= description: A 2-column file with the actual file names as provided by the user in the first column and the names of their corresponding mapped files with the ENA format. This file is built only when the `EnaData` parameter is set as `Yes`. +#= type: File +#= required: False +#= validation: +#= - regex: // +# +# \ No newline at end of file