Mercurial > repos > galaxyp > maldi_quant_peak_detection
view maldi_macros.xml @ 5:e66f552a3c47 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/MALDIquant commit 218c44b9ba1b5f0f47edb743ed70075fb661386e"
author | galaxyp |
---|---|
date | Thu, 19 Mar 2020 18:09:47 -0400 |
parents | 36d38d2cf88c |
children | 160538a890a6 |
line wrap: on
line source
<macros> <token name="@R_IMPORTS@"><![CDATA[ library (Cardinal) library (MALDIquantForeign) library (MALDIquant) library (ggplot2) library(gridExtra) ]]> </token> <token name="@MADLI_QUANT_DESCRIPTION@"><![CDATA[ MALDIquant_ provides a complete analysis pipeline for MALDI-TOF and other mass spectrometry data. So far we have only implemented the functionalities for mass spectrometry imaging data. ]]> </token> <token name="@VERSION@">1.18.0</token> <xml name="requirements"> <requirements> <requirement type="package" version="3.5.1">r-base</requirement> <requirement type="package" version="1.12.1">bioconductor-cardinal</requirement> <requirement type="package" version="0.11.5">r-maldiquantforeign</requirement> <requirement type="package" version="1.18">r-maldiquant</requirement> <requirement type="package" version="3.0">r-ggplot2</requirement> <requirement type="package" version="2.3">r-gridextra</requirement> </requirements> </xml> <xml name="citation"> <citations> <citation type="doi">10.1093/bioinformatics/bts447</citation> <citation type="doi">10.1007/978-3-319-45809-0_6</citation> </citations> </xml> </macros>