Mercurial > repos > devteam > picard
comparison picard_ValidateSamFile.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 |
---|---|
28 @java_options@ | 28 @java_options@ |
29 | 29 |
30 picard | 30 picard |
31 ValidateSamFile | 31 ValidateSamFile |
32 | 32 |
33 INPUT='$inputFile.element_identifier' | 33 INPUT='$escaped_element_identifier' |
34 OUTPUT="${outFile}" | 34 OUTPUT="${outFile}" |
35 MODE="${mode}" | 35 MODE="${mode}" |
36 | 36 |
37 #if str( $ignore ) != "None": | 37 #if str( $ignore ) != "None": |
38 #for $element in str( $ignore ).split(','): ## See trello card https://trello.com/c/9nW02Zhd | 38 #for $element in str( $ignore ).split(','): ## See trello card https://trello.com/c/9nW02Zhd |