Mercurial > repos > devteam > picard
diff picard_CleanSam.xml @ 8:3a3234d7a2e8 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author | devteam |
---|---|
date | Thu, 16 Jul 2015 15:53:10 -0400 |
parents | 3d4f1fa26f0e |
children | 05087b27692a |
line wrap: on
line diff
--- a/picard_CleanSam.xml Thu Jan 29 16:11:15 2015 -0500 +++ b/picard_CleanSam.xml Thu Jul 16 15:53:10 2015 -0400 @@ -1,15 +1,9 @@ -<tool id="picard_CleanSam" name="CleanSam" version="1.126.0"> - +<tool id="picard_CleanSam" name="CleanSam" version="@TOOL_VERSION@.0"> <description>perform SAM/BAM grooming</description> - - <requirements> - <requirement type="package" version="1.126.0">picard</requirement> - </requirements> - <macros> <import>picard_macros.xml</import> </macros> - + <expand macro="requirements" /> <command> @java_options@ java -jar \$JAVA_JAR_PATH/picard.jar @@ -60,4 +54,4 @@ @more_info@ </help> -</tool> \ No newline at end of file +</tool>