Mercurial > repos > chemteam > mdanalysis_distance
diff macros.xml @ 0:b8e2e0e7a238 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
author | chemteam |
---|---|
date | Mon, 08 Oct 2018 12:41:21 -0400 |
parents | |
children | 90865413242d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Oct 08 12:41:21 2018 -0400 @@ -0,0 +1,23 @@ +<macros> + <token name="@VERSION@">0.18</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.18.0">mdanalysis</requirement> + </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" /> + <param name="pdbin" value="test.pdb" /> + <yield/> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1002/jcc.21787</citation> + </citations> + </xml> +</macros>