changeset 6:705821bf30d2 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mz_to_sqlite commit 03090c9f45e9be50ed4c5e4df6419d0e8525c52d
author galaxyp
date Tue, 12 Mar 2024 11:46:44 +0000
parents 8190f6083c0d
children
files mz_to_sqlite.xml
diffstat 1 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mz_to_sqlite.xml	Sat Oct 30 13:06:22 2021 +0000
+++ b/mz_to_sqlite.xml	Tue Mar 12 11:46:44 2024 +0000
@@ -1,5 +1,8 @@
 <tool id="mz_to_sqlite" name="mz to sqlite" version="2.1.1+galaxy0">
     <description>Extract mzIdentML and associated proteomics datasets into a SQLite DB</description>
+    <xrefs>
+      <xref type="bio.tools">mztosqlite</xref>
+    </xrefs>
     <requirements>
         <requirement type="package" version="2.1.1">mztosqlite</requirement>
     </requirements>
@@ -49,5 +52,17 @@
 
 ]]>
     </help>
-    <citations></citations>
+    <citations>
+        <citation type="bibtex">
+            @misc{
+                mzToSQLite, 
+                author = {GalaxyP}, 
+                year = {2021}, 
+                title = {mzToSQLite}, 
+                publisher = {GitHub}, 
+                journal = {GitHub repository}, 
+                url = {https://github.com/galaxyproteomics/mzToSQLite},
+            }
+        </citation>
+    </citations>
 </tool>