Mercurial > repos > chemteam > bio3d_pca
comparison macros.xml @ 0:f56fb2762abb draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/bio3d commit 580d80c3fd856bb3ae18ef7b5458eb3b5e2c7374
author | chemteam |
---|---|
date | Mon, 08 Oct 2018 12:49:36 -0400 |
parents | |
children | ddef4de91df6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f56fb2762abb |
---|---|
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> |