Mercurial > repos > bgruening > rxdock_rbdock
changeset 3:13b5641d07ea draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author | bgruening |
---|---|
date | Tue, 28 Jul 2020 12:08:52 +0000 |
parents | 35c1897c7211 |
children | |
files | rbdock.xml rxdock_macros.xml |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rbdock.xml Wed Jun 03 16:54:48 2020 +0000 +++ b/rbdock.xml Tue Jul 28 12:08:52 2020 +0000 @@ -1,7 +1,8 @@ -<tool id="rxdock_rbdock" name="rxDock docking" version="0.1.5" profile="19.01"> +<tool id="rxdock_rbdock" name="rxDock docking" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> <description>- perform protein-ligand docking with rxDock</description> <macros> <import>rxdock_macros.xml</import> + <token name="@GALAXY_VERSION@">0</token> </macros> <expand macro="requirements"/> <command><![CDATA[
--- a/rxdock_macros.xml Wed Jun 03 16:54:48 2020 +0000 +++ b/rxdock_macros.xml Tue Jul 28 12:08:52 2020 +0000 @@ -1,4 +1,5 @@ <macros> + <token name="@TOOL_VERSION@">2013.1.1_148c5bd1</token> <xml name="citations"> <citations> <citation type="doi">10.1371/journal.pcbi.1003571</citation> @@ -6,7 +7,7 @@ </xml> <xml name="requirements"> <requirements> - <requirement type="package" version="2013.1.1_148c5bd1">rxdock</requirement> + <requirement type="package" version="@TOOL_VERSION@">rxdock</requirement> </requirements> </xml> </macros>