Repository 'mz_to_sqlite'
hg clone https://toolshed.g2.bx.psu.edu/repos/galaxyp/mz_to_sqlite

Changeset 6:705821bf30d2 (2024-03-12)
Previous changeset 5:8190f6083c0d (2021-10-30)
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mz_to_sqlite commit 03090c9f45e9be50ed4c5e4df6419d0e8525c52d
modified:
mz_to_sqlite.xml
b
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
b
@@ -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>