Mercurial > repos > chemteam > bio3d_pca_visualize
view macros.xml @ 2:92e474f0da5e draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/bio3d commit 3ff06e3182c3a1546ea0a3b29e0d4383e12169e1
| author | chemteam |
|---|---|
| date | Wed, 03 Apr 2019 15:39:39 -0400 |
| parents | c858be4ec2b6 |
| children | eebc574b0923 |
line wrap: on
line source
<macros> <token name="@VERSION@">2.3</token> <xml name="requirements"> <requirements> <requirement type="package" version="2.3_3">r-bio3d</requirement> <yield/> </requirements> </xml> <xml name="analysis_inputs"> <param format="dcd" name="dcdin" type="data" label="dcd trajectory input"/> <param format="pdb" name="pdbin" type="data" label="pdb input"/> <yield/> </xml> <xml name="tests_inputs"> <param name="dcdin" value="test.dcd" ftype="dcd"/> <param name="pdbin" value="test.pdb" ftype="pdb"/> <yield/> </xml> <xml name="citations"> <citations> <citation type="doi">10.1093/bioinformatics/btz107</citation> <citation type="doi">10.1093/bioinformatics/btl461</citation> </citations> </xml> </macros>
