Mercurial > repos > tduigou > inchi_to_sink
diff inchi_to_sink.xml @ 3:47f49582d8db draft
planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
author | tduigou |
---|---|
date | Mon, 01 May 2023 01:27:27 +0000 |
parents | 3627d3e49889 |
children |
line wrap: on
line diff
--- a/inchi_to_sink.xml Thu Feb 03 15:27:50 2022 +0000 +++ b/inchi_to_sink.xml Mon May 01 01:27:27 2023 +0000 @@ -1,11 +1,8 @@ -<tool id="inchi_to_sink" name="Inchi to sink" version="@TOOL_VERSION@" profile="19.09"> +<tool id="inchi_to_sink" name="Inchi to sink" version="@TOOL_VERSION@" profile="19.09" license="MIT"> <description>Convert InChI input to CSV sink</description> <macros> - <token name="@TOOL_VERSION@">1.0.0</token> + <token name="@TOOL_VERSION@">1.0.1</token> </macros> - <requirements> - <requirement type="package" version="0.5">echo</requirement> - </requirements> <command detect_errors="exit_code"><![CDATA[ #set inchi=$source_inchi.rstrip() echo -e '"name","inchi"\n"$source_name","$inchi"' > '$sink' @@ -45,17 +42,16 @@ Optional: * **source_name**\ : (string) Inchi name (Default=Biosensor) - - -Version ----------- - -1.0.0 - -Authors -------- - -* **Kenza BAZI KABBAJ** - ]]></help> + <creator> + <organization name="BioRetroSynth" url="https://github.com/brsynth"/> + </creator> + <citations> + <citation type="bibtex"> + @unpublished{inchi_to_sink + title = {{inchi_to_sink}}, + url = {https://github.com/brsynth/}, + } + </citation> + </citations> </tool>