diff combineAnnotations.xml @ 4:68c405751ef6 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 14eafbdb65f491713d1314d77c454defd137c392
author tomnl
date Tue, 18 Jun 2019 11:14:17 -0400
parents b22aa0a9fc25
children d2e88337f7fb
line wrap: on
line diff
--- a/combineAnnotations.xml	Tue Jun 18 10:08:40 2019 -0400
+++ b/combineAnnotations.xml	Tue Jun 18 11:14:17 2019 -0400
@@ -26,9 +26,7 @@
             #if $create_new_database:
               --create_new_database
             #end if
-            #if $eic
-                --eic
-            #end if
+
 
     ]]></command>
     <inputs>
@@ -48,10 +46,6 @@
                help="A copy will be made of the input SQLite spectral matching database and the results will be added to this copy.
                      When False, the input SQLite database will be updated the results. Use False
                      if you want to reduce storage space being used."/>
-       <param name="eic" type="boolean" label="Include EIC data?"
-               help="The Extracted Ion Chromatogram can be calculated for each peak and stored in
-                     the database. Note, this will take considerable time for large datasets and
-                     the resulting SQLite database can be large"/>
     </inputs>
     <outputs>
         <data name="combined_annotations_sqlite" from_work_dir="combined_annotations.sqlite" format="sqlite" label="${tool.name} on ${on_string}: sqlite" />