Mercurial > repos > devteam > picard
comparison picard_AddCommentsToBam.xml @ 13:7e6fd3d0f16e draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
author | devteam |
---|---|
date | Tue, 06 Dec 2016 10:04:41 -0500 |
parents | 05087b27692a |
children | 465cbb0cf2eb |
comparison
equal
deleted
inserted
replaced
12:05087b27692a | 13:7e6fd3d0f16e |
---|---|
4 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
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 picard | 10 picard |
10 AddCommentsToBam | 11 AddCommentsToBam |
11 INPUT="${inputFile}" | 12 INPUT='$inputFile.element_identifier' |
12 OUTPUT="${outFile}" | 13 OUTPUT="${outFile}" |
13 #for $element in $comments: | 14 #for $element in $comments: |
14 COMMENT="${element.comment}" | 15 COMMENT="${element.comment}" |
15 #end for | 16 #end for |
16 QUIET=true | 17 QUIET=true |