Mercurial > repos > devteam > picard
comparison picard_SortSam.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 |
---|---|
13 #end if | 13 #end if |
14 @java_options@ | 14 @java_options@ |
15 @symlink_element_identifier@ | 15 @symlink_element_identifier@ |
16 picard | 16 picard |
17 SortSam | 17 SortSam |
18 INPUT='$inputFile.element_identifier' | 18 INPUT='$escaped_element_identifier' |
19 OUTPUT='${output}' | 19 OUTPUT='${output}' |
20 SORT_ORDER="${sort_order}" | 20 SORT_ORDER="${sort_order}" |
21 QUIET=true | 21 QUIET=true |
22 VERBOSITY=ERROR | 22 VERBOSITY=ERROR |
23 VALIDATION_STRINGENCY=${validation_stringency} | 23 VALIDATION_STRINGENCY=${validation_stringency} |