Mercurial > repos > chemteam > bio3d_dccm
comparison macros.xml @ 0:386b4f4b6a85 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/bio3d commit 125359d8080653f896089c28cce5308450336f93
author | chemteam |
---|---|
date | Wed, 27 Mar 2019 15:16:19 -0400 |
parents | |
children | 18440ff54f63 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:386b4f4b6a85 |
---|---|
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="0.20_35">r-lattice </requirement> | |
7 <yield/> | |
8 </requirements> | |
9 </xml> | |
10 <xml name="analysis_inputs"> | |
11 <param format="dcd" name="dcdin" type="data" label="dcd trajectory input"/> | |
12 <param format="pdb" name="pdbin" type="data" label="pdb input"/> | |
13 <yield/> | |
14 </xml> | |
15 <xml name="tests_inputs"> | |
16 <param name="dcdin" value="test.dcd" ftype="dcd"/> | |
17 <param name="pdbin" value="test.pdb" ftype="pdb"/> | |
18 <yield/> | |
19 </xml> | |
20 <xml name="citations"> | |
21 <citations> | |
22 <citation type="doi">10.1093/bioinformatics/btz107</citation> | |
23 <citation type="doi">10.1093/bioinformatics/btl461</citation> | |
24 </citations> | |
25 </xml> | |
26 </macros> |