changeset 12:a95a82eb4d50 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cardinal commit ca7bdf2cbc8a79278c56ab6890e038710a2a9ad8"
author galaxyp
date Wed, 21 Oct 2020 22:58:11 +0000
parents daf2ee9127fd
children a2b57ea6666e
files mz_images.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mz_images.xml	Tue Oct 06 07:48:21 2020 +0000
+++ b/mz_images.xml	Wed Oct 21 22:58:11 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="cardinal_mz_images" name="MSI mz images" version="@VERSION@.0">
+<tool id="cardinal_mz_images" name="MSI mz images" version="@VERSION@.1">
     <description>
         mass spectrometry imaging m/z heatmaps
     </description>
@@ -28,6 +28,9 @@
 
 @DATA_PROPERTIES@
 
+##in case it exists, remove z-dimension:
+coord(msidata)\$z <- NULL
+
 ##################################### read and filter input m/z ##############
 
 input_list = read.delim("$calibrant_file", header = $calibrant_header, stringsAsFactors = FALSE)