# HG changeset patch # User galaxyp # Date 1534959203 14400 # Node ID 9a873d3e2aa9393ffb40ce0ee67376ce5d7c0eed # Parent dd44a98ce32c1d6685132e75c35bbcc4c81b525c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_ion_images commit 5feaf3d0e0da8cef1241fecc1f4d6f81324594e6 diff -r dd44a98ce32c -r 9a873d3e2aa9 msi_ion_images.xml --- a/msi_ion_images.xml Wed Aug 15 05:39:01 2018 -0400 +++ b/msi_ion_images.xml Wed Aug 22 13:33:23 2018 -0400 @@ -1,4 +1,4 @@ - + mass spectrometry imaging m/z heatmaps @@ -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 @@ -263,7 +267,7 @@ - +