Mercurial > repos > galaxyp > maldi_quant_peak_detection
diff maldi_macros.xml @ 0:01212bf66f61 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/MALDIquant commit 5feaf3d0e0da8cef1241fecc1f4d6f81324594e6
author | galaxyp |
---|---|
date | Wed, 22 Aug 2018 11:49:29 -0400 |
parents | |
children | eaaa73b043e6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/maldi_macros.xml Wed Aug 22 11:49:29 2018 -0400 @@ -0,0 +1,26 @@ +<macros> + <token name="@R_IMPORTS@"><![CDATA[ + ## Libraries + library (Cardinal) + library (MALDIquantForeign) + library (MALDIquant) + library (ggplot2) + + ]]> + </token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="1.10.0">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="2.2.1">r-ggplot2</requirement> + </requirements> + </xml> + + <xml name="citation"> + <citations> + <citation type="doi">10.1093/bioinformatics/bts447</citation> + </citations> + </xml> +</macros>