Mercurial > repos > devteam > picard
comparison picard_DownsampleSam.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 |
---|---|
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 @symlink_element_identifier@ |
10 picard | 10 picard |
11 DownsampleSam | 11 DownsampleSam |
12 INPUT='$inputFile.element_identifier' | 12 INPUT='$escaped_element_identifier' |
13 OUTPUT="${outFile}" | 13 OUTPUT="${outFile}" |
14 PROBABILITY=${probability} | 14 PROBABILITY=${probability} |
15 RANDOM_SEED=${seed} | 15 RANDOM_SEED=${seed} |
16 QUIET=true | 16 QUIET=true |
17 VERBOSITY=ERROR | 17 VERBOSITY=ERROR |