Mercurial > repos > devteam > picard
comparison picard_ValidateSamFile.xml @ 14:465cbb0cf2eb 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:30 -0500 |
parents | 7e6fd3d0f16e |
children | 5053a18d9bc8 |
comparison
equal
deleted
inserted
replaced
13:7e6fd3d0f16e | 14:465cbb0cf2eb |
---|---|
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 |