comparison picard_AddCommentsToBam.xml @ 9:41b8d087a2d2 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 74ee0f0b594075fab7f707aaffb4a7f9dac35f2f
author devteam
date Wed, 07 Dec 2016 14:56:16 -0500
parents e417b1d6288d
children 486d7500da69
comparison
equal deleted inserted replaced
8:e417b1d6288d 9:41b8d087a2d2
7 <command detect_errors="exit_code"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 @java_options@ 8 @java_options@
9 @symlink_element_identifier@ 9 @symlink_element_identifier@
10 picard 10 picard
11 AddCommentsToBam 11 AddCommentsToBam
12 INPUT='$inputFile.element_identifier' 12 INPUT='$escaped_element_identifier'
13 OUTPUT="${outFile}" 13 OUTPUT="${outFile}"
14 #for $element in $comments: 14 #for $element in $comments:
15 COMMENT="${element.comment}" 15 COMMENT="${element.comment}"
16 #end for 16 #end for
17 QUIET=true 17 QUIET=true