diff mz_to_sqlite.xml @ 4:f5c632894818 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mz_to_sqlite commit 75b9f57bf0b41b2a0b1e1c9f73447a1125fc245e"
author galaxyp
date Wed, 08 Jul 2020 10:05:31 -0400
parents 728d459bafe8
children 8190f6083c0d
line wrap: on
line diff
--- a/mz_to_sqlite.xml	Mon Jun 29 17:06:00 2020 -0400
+++ b/mz_to_sqlite.xml	Wed Jul 08 10:05:31 2020 -0400
@@ -1,4 +1,4 @@
-<tool id="mz_to_sqlite" name="mz to sqlite" version="2.0.4">
+<tool id="mz_to_sqlite" name="mz to sqlite" version="2.0.4+galaxy1">
     <description>Extract mzIdentML and associated proteomics datasets into a SQLite DB</description>
     <requirements>
         <requirement type="package" version="2.0.4">mztosqlite</requirement>
@@ -8,7 +8,7 @@
     </stdio>
     <command>
         <![CDATA[
-mz_to_sqlite -Xms1g -Xmx6g 
+mz_to_sqlite
      -numthreads "\${GALAXY_SLOTS:-4}"
      -dbname 'sqlite.db'
      -mzid '$mzinput'