comparison mz_to_sqlite.xml @ 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
comparison
equal deleted inserted replaced
5:8190f6083c0d 6:705821bf30d2
1 <tool id="mz_to_sqlite" name="mz to sqlite" version="2.1.1+galaxy0"> 1 <tool id="mz_to_sqlite" name="mz to sqlite" version="2.1.1+galaxy0">
2 <description>Extract mzIdentML and associated proteomics datasets into a SQLite DB</description> 2 <description>Extract mzIdentML and associated proteomics datasets into a SQLite DB</description>
3 <xrefs>
4 <xref type="bio.tools">mztosqlite</xref>
5 </xrefs>
3 <requirements> 6 <requirements>
4 <requirement type="package" version="2.1.1">mztosqlite</requirement> 7 <requirement type="package" version="2.1.1">mztosqlite</requirement>
5 </requirements> 8 </requirements>
6 <stdio> 9 <stdio>
7 <exit_code range="1:" level="fatal" description="Error Running mz_to_sqlite" /> 10 <exit_code range="1:" level="fatal" description="Error Running mz_to_sqlite" />
47 <![CDATA[ 50 <![CDATA[
48 ** mz_to_sqlite converts proteomics file formats to a SQLite database** 51 ** mz_to_sqlite converts proteomics file formats to a SQLite database**
49 52
50 ]]> 53 ]]>
51 </help> 54 </help>
52 <citations></citations> 55 <citations>
56 <citation type="bibtex">
57 @misc{
58 mzToSQLite,
59 author = {GalaxyP},
60 year = {2021},
61 title = {mzToSQLite},
62 publisher = {GitHub},
63 journal = {GitHub repository},
64 url = {https://github.com/galaxyproteomics/mzToSQLite},
65 }
66 </citation>
67 </citations>
53 </tool> 68 </tool>