Repository 'inchi_to_sink'
hg clone https://toolshed.g2.bx.psu.edu/repos/tduigou/inchi_to_sink

Changeset 3:47f49582d8db (2023-05-01)
Previous changeset 2:3627d3e49889 (2022-02-03) Next changeset 4:3a922fe83587 (2023-05-30)
Commit message:
planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
modified:
inchi_to_sink.xml
added:
config/job_conf.xml
config/tool_conf.xml
b
diff -r 3627d3e49889 -r 47f49582d8db config/job_conf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/job_conf.xml Mon May 01 01:27:27 2023 +0000
b
@@ -0,0 +1,1 @@
+    <tool id="inchi_to_sink" destination="local" />
b
diff -r 3627d3e49889 -r 47f49582d8db config/tool_conf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/tool_conf.xml Mon May 01 01:27:27 2023 +0000
b
@@ -0,0 +1,3 @@
+  <section id="sbc-util" name="SynBioCAD Utilities">
+    <tool file="synbiocad-galaxy-wrappers/inchi_to_sink/inchi_to_sink.xml" />
+  </section>
b
diff -r 3627d3e49889 -r 47f49582d8db inchi_to_sink.xml
--- 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>