# HG changeset patch # User galaxyp # Date 1534959752 14400 # Node ID 3aac627bd3eec3a6376cc3031cff48d73319e5b0 # Parent 6cd561bbb7ee7af86b7e9fb3744cf71180d9ecf1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_ion_images commit 5feaf3d0e0da8cef1241fecc1f4d6f81324594e6 diff -r 6cd561bbb7ee -r 3aac627bd3ee msi_ion_images.xml --- a/msi_ion_images.xml Wed Aug 15 05:40:16 2018 -0400 +++ b/msi_ion_images.xml Wed Aug 22 13:42:32 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 @@ - +