Mercurial > repos > devteam > picard
comparison picard_SamToFastq.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 |
---|---|
12 @symlink_element_identifier@ | 12 @symlink_element_identifier@ |
13 | 13 |
14 picard | 14 picard |
15 SamToFastq | 15 SamToFastq |
16 | 16 |
17 INPUT='$inputFile.element_identifier' | 17 INPUT='$escaped_element_identifier' |
18 | 18 |
19 #if str( $output_per_rg ) == "true": | 19 #if str( $output_per_rg ) == "true": |
20 OUTPUT_PER_RG=true | 20 OUTPUT_PER_RG=true |
21 OUTPUT_DIR=. | 21 OUTPUT_DIR=. |
22 #elif str( $output_per_rg ) == "false" and str( $interleave ) == "false": | 22 #elif str( $output_per_rg ) == "false" and str( $interleave ) == "false": |