Skip to content

Commit

Permalink
mzToSQLite biotools (#752)
Browse files Browse the repository at this point in the history
* Add bio.tools for mz_to_sqlite

* Fix homepage_url

* Add citation

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
bebatut and bgruening authored Mar 12, 2024
1 parent 19735e8 commit 03090c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/mz_to_sqlite/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ long_description: |
Extract proteomics files: mzIdentML, mzML, MGF, fasta, uniprot_xml into a SQLite DB
remote_repository_url: https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mz_to_sqlite
type: unrestricted
homepage_url: https://github.com/galaxyproteomics/mzToSQLite
17 changes: 16 additions & 1 deletion tools/mz_to_sqlite/mz_to_sqlite.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -49,5 +52,17 @@ mz_to_sqlite
]]>
</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>

0 comments on commit 03090c9

Please sign in to comment.