Mercurial > repos > devteam > samtool_filter2
comparison samtool_filter2.xml @ 16:160964255888 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/samtool_filter2 commit a97efd3ee05c6e27ff8294f66ea975445966d9c4
| author | devteam |
|---|---|
| date | Thu, 05 Oct 2017 10:31:25 -0400 |
| parents | 1ea3b8a4c2fe |
| children | 3263a2b5d9f0 |
comparison
equal
deleted
inserted
replaced
| 15:1ea3b8a4c2fe | 16:160964255888 |
|---|---|
| 57 #if $bed_file | 57 #if $bed_file |
| 58 -L '$bed_file' | 58 -L '$bed_file' |
| 59 #end if | 59 #end if |
| 60 $input | 60 $input |
| 61 #if str($regions).strip() and $input1.is_of_type('bam') | 61 #if str($regions).strip() and $input1.is_of_type('bam') |
| 62 '$regions' | 62 #for region in str($regions).split(): |
| 63 '$region' | |
| 64 #end for | |
| 63 #end if | 65 #end if |
| 64 ## need to redirect stderr message so galaxy does not think this failed | 66 ## need to redirect stderr message so galaxy does not think this failed |
| 65 2>&1 | 67 2>&1 |
| 66 ]]> | 68 ]]> |
| 67 </command> | 69 </command> |
