Mercurial > repos > chemteam > bio3d_rmsd
view macros.xml @ 3:06c9fd5db8c7 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:53 -0400 |
parents | 75fd897bd85d |
children | f871c9a8cb7c |
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> <requirement type="package" version="0.20_35">r-lattice </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>