Mercurial > repos > chemteam > traj_selections_and_merge
diff macros.xml @ 0:f4a1e92ca3d2 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7d8024bb5f0c425b5a2b37e389802ac250b73c60"
author | chemteam |
---|---|
date | Thu, 11 Mar 2021 19:54:32 +0000 |
parents | |
children | 8740338fdff4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Mar 11 19:54:32 2021 +0000 @@ -0,0 +1,15 @@ +<macros> + <token name="@TOOL_VERSION@">1.9.5</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">mdtraj</requirement> + <yield/> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1016/j.bpj.2015.08.015</citation> + <yield/> + </citations> + </xml> +</macros>