Mercurial > repos > devteam > picard
comparison picard_MarkDuplicates.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 | 9 @symlink_element_identifier@ |
10 picard | 10 picard |
11 MarkDuplicates | 11 MarkDuplicates |
12 | 12 |
13 INPUT="${inputFile}" | 13 INPUT='$inputFile.element_identifier' |
14 OUTPUT="${outFile}" | 14 OUTPUT="${outFile}" |
15 | 15 |
16 METRICS_FILE="${metrics_file}" | 16 METRICS_FILE="${metrics_file}" |
17 #for $element in $comments: | 17 #for $element in $comments: |
18 COMMENT="${element.comment}" | 18 COMMENT="${element.comment}" |