Mercurial > repos > chemteam > bio3d_pca_visualize
comparison macros.xml @ 0:65bfd1b90b96 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/bio3d commit cd0830e5e3502721fa355cc8e3fedc331201a6e4
author | chemteam |
---|---|
date | Tue, 26 Feb 2019 08:29:24 -0500 |
parents | |
children | 0692d9f9edd3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:65bfd1b90b96 |
---|---|
1 <macros> | |
2 <token name="@VERSION@">2.3</token> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="2.3_3">r-bio3d</requirement> | |
6 <requirement type="package" version="1.16">r-ncdf4</requirement> | |
7 <requirement type="package" version="0.20_35">r-lattice</requirement> | |
8 <yield/> | |
9 </requirements> | |
10 </xml> | |
11 <xml name="analysis_inputs"> | |
12 <param format="dcd" name="dcdin" type="data" label="dcd trajectory input"/> | |
13 <param format="pdb" name="pdbin" type="data" label="pdb input"/> | |
14 <yield/> | |
15 </xml> | |
16 <xml name="tests_inputs"> | |
17 <param name="dcdin" value="test.dcd" ftype="dcd"/> | |
18 <param name="pdbin" value="test.pdb" ftype="pdb"/> | |
19 <yield/> | |
20 </xml> | |
21 <xml name="citations"> | |
22 <citations> | |
23 <citation type="doi">10.1093/bioinformatics/btl461</citation> | |
24 </citations> | |
25 </xml> | |
26 </macros> |