# HG changeset patch # User galaxyp # Date 1534959370 14400 # Node ID d171f98d5bdb8b83e4e661c88658024bf30f60f7 # Parent a2097e90d0ebfa2f49f408310e32ff0fb7a3f815 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_spectra_plots commit 5feaf3d0e0da8cef1241fecc1f4d6f81324594e6 diff -r a2097e90d0eb -r d171f98d5bdb msi_spectra_plots.xml --- a/msi_spectra_plots.xml Wed Aug 15 05:39:44 2018 -0400 +++ b/msi_spectra_plots.xml Wed Aug 22 13:36:10 2018 -0400 @@ -1,4 +1,4 @@ - + mass spectrometry imaging mass spectra plots @@ -44,7 +44,11 @@ #elif $infile.ext == 'analyze75' msidata = readAnalyze('infile', attach.only=TRUE) #else - load('infile.RData') + loadRData <- function(fileName){ + load(fileName) + get(ls()[ls() != "fileName"]) + } + msidata = loadRData('infile.RData') #end if ###################################### file properties in numbers ##############