# HG changeset patch
# User galaxyp
# Date 1710244004 0
# Node ID 705821bf30d243d850d2e4ff42800657233c5860
# Parent  8190f6083c0d5273eca541b0330f65fcf20821ee
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mz_to_sqlite commit 03090c9f45e9be50ed4c5e4df6419d0e8525c52d

diff -r 8190f6083c0d -r 705821bf30d2 mz_to_sqlite.xml
--- 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>