Mercurial > repos > gbcs-embl-heidelberg > je_markdupes
diff je-markdupes.xml @ 5:e2d1b5e1eb11 draft
planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit 0eefd837333dae6fbecaf4f55b053268d844eff6
author | gbcs-embl-heidelberg |
---|---|
date | Wed, 02 Aug 2017 10:59:49 -0400 |
parents | 4ccf1406832d |
children |
line wrap: on
line diff
--- a/je-markdupes.xml Tue Aug 01 03:43:03 2017 -0400 +++ b/je-markdupes.xml Wed Aug 02 10:59:49 2017 -0400 @@ -3,11 +3,12 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="requirements" /> <stdio> <exit_code range="1:" level="fatal" description="Tool exception" /> </stdio> - <version_command>echo '1.0'</version_command> - <command interpreter="bash"> + <expand macro="version_command" /> + <command> <![CDATA[ je markdupes @@ -182,8 +183,7 @@ </test> </tests> - - <help> + <help> <![CDATA[ **What it does** @@ -403,6 +403,6 @@ to clear the default value. ]]> - </help> - + </help> + <expand macro="citations"/> </tool>