Mercurial > repos > galaxyp > maldi_quant_preprocessing
comparison maldi_macros.xml @ 0:e2aa05746a69 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:06 -0400 |
parents | |
children | 0892a051eb17 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e2aa05746a69 |
---|---|
1 <macros> | |
2 <token name="@R_IMPORTS@"><![CDATA[ | |
3 ## Libraries | |
4 library (Cardinal) | |
5 library (MALDIquantForeign) | |
6 library (MALDIquant) | |
7 library (ggplot2) | |
8 | |
9 ]]> | |
10 </token> | |
11 | |
12 <xml name="requirements"> | |
13 <requirements> | |
14 <requirement type="package" version="1.10.0">bioconductor-cardinal</requirement> | |
15 <requirement type="package" version="0.11.5">r-maldiquantforeign</requirement> | |
16 <requirement type="package" version="1.18">r-maldiquant</requirement> | |
17 <requirement type="package" version="2.2.1">r-ggplot2</requirement> | |
18 </requirements> | |
19 </xml> | |
20 | |
21 <xml name="citation"> | |
22 <citations> | |
23 <citation type="doi">10.1093/bioinformatics/bts447</citation> | |
24 </citations> | |
25 </xml> | |
26 </macros> |