Mercurial > repos > galaxyp > msi_spectra_plot
changeset 7:7d94faee0731 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:40:41 -0400 |
parents | 2e0368a6bfe8 |
children | d0e13a160a6c |
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:53:42 2018 -0400 +++ b/msi_spectra_plots.xml Wed Aug 15 05:40:41 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))+