Mercurial > repos > ecology > eal_templates
diff eal_templates.xml @ 1:3b0fa963ae3e draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/EMLassemblyline commit f00c48e2a16ba6154e6c1aa50330586eefb13a32
author | ecology |
---|---|
date | Sat, 23 Dec 2023 20:41:26 +0000 |
parents | d4f168043757 |
children | 67b2cd9c2954 |
line wrap: on
line diff
--- a/eal_templates.xml Mon Dec 04 21:48:55 2023 +0000 +++ b/eal_templates.xml Sat Dec 23 20:41:26 2023 +0000 @@ -1,8 +1,7 @@ -<tool id="eal_templates" name="Make templates" version="0.1.0+galaxy0" profile="22.05"> +<tool id="eal_templates" name="Make templates" version="0.1.1+galaxy0" profile="22.05"> <description>for core features of a data package for EML metadata creation</description> <requirements> - <requirement type="package" version="4.3.1">r-base</requirement> - <requirement type="package" version="3.5.5">r-emlassemblyline</requirement> + <container type="docker">outils-patrinat.mnhn.fr/metashark:latest</container> </requirements> <command detect_errors="exit_code"><![CDATA[ @@ -25,8 +24,10 @@ </inputs> <outputs> - <collection name="output" type="list" label="Templates"> - <discover_datasets pattern="__name_and_ext__"/> + <collection name="output" type="list" label="Core features templates"> + <discover_datasets pattern="(?P<designation>.+\.txt)" format="txt"/> + <discover_datasets pattern="(?P<designation>.+\.docx)" format="docx"/> + <discover_datasets pattern="(?P<designation>.+\.md)" format="markdown"/> </collection> </outputs> <tests> @@ -40,9 +41,16 @@ **What it does?** -------------------- +This tool produce templates for core features of a data package used to build EML metadata. It produces the following eal files: -This tool produce templates for core features of a data package for EML metadata. -This tool can be used before of the make eml tool. +- abstract.txt +- keywords.txt +- methods.txt +- personnel.txt +- intellectual_rights.txt +- additional_info.txt + +After that, these files can be edited to add informations about your data and then be used in the make EML tool to produce EML metadata. **How to use it?** --------------------