changeset 7:a2097e90d0eb draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_spectra_plots commit 620a469e20836b921b6c0147421c8a4268b66ebd
author galaxyp
date Wed, 15 Aug 2018 05:39:44 -0400
parents 5bc0d3f28895
children d171f98d5bdb
files msi_spectra_plots.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msi_spectra_plots.xml	Tue Jul 24 04:52:20 2018 -0400
+++ b/msi_spectra_plots.xml	Wed Aug 15 05:39:44 2018 -0400
@@ -1,4 +1,4 @@
-<tool id="mass_spectrometry_imaging_mzplots" name="MSI plot spectra" version="1.10.0.4">
+<tool id="mass_spectrometry_imaging_mzplots" name="MSI plot spectra" version="1.10.0.5">
     <description>
         mass spectrometry imaging mass spectra plots
     </description>
@@ -267,7 +267,7 @@
                     combine_plot = ggplot(position_df, aes(x=x, y=y, fill=sample_name))+
                            geom_tile() +
                            coord_fixed()+
-                           ggtitle("Spatial orientation of annotated data")+
+                           ggtitle("Spatial orientation of pixel annotations")+
                            theme_bw()+
                            theme(plot.title = element_text(hjust = 0.5))+
                            theme(text=element_text(family="ArialMT", face="bold", size=12))+