changeset 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 3a922fe83587
files config/job_conf.xml config/tool_conf.xml inchi_to_sink.xml
diffstat 3 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/job_conf.xml	Mon May 01 01:27:27 2023 +0000
@@ -0,0 +1,1 @@
+    <tool id="inchi_to_sink" destination="local" />
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/tool_conf.xml	Mon May 01 01:27:27 2023 +0000
@@ -0,0 +1,3 @@
+  <section id="sbc-util" name="SynBioCAD Utilities">
+    <tool file="synbiocad-galaxy-wrappers/inchi_to_sink/inchi_to_sink.xml" />
+  </section>
--- 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>