Mercurial > repos > bgruening > deeptools
comparison bamFingerprint.xml @ 29:60788be7b346 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 21 Dec 2013 17:30:26 -0500 |
parents | 1e5fcb1555de |
children | fc3830717e24 |
comparison
equal
deleted
inserted
replaced
28:1e5fcb1555de | 29:60788be7b346 |
---|---|
4 <expand macro="stdio" /> | 4 <expand macro="stdio" /> |
5 <macros> | 5 <macros> |
6 <import>deepTools_macros.xml</import> | 6 <import>deepTools_macros.xml</import> |
7 </macros> | 7 </macros> |
8 <command> | 8 <command> |
9 #import tempfile | |
10 #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) | |
11 | |
12 #set files=[] | |
13 #set labels=[] | |
14 | |
15 @multiple_input_bams@ | 9 @multiple_input_bams@ |
16 | 10 |
17 bamFingerprint | 11 bamFingerprint |
18 | 12 |
19 @THREADS@ | 13 @THREADS@ |
32 --outRawCounts '$outFileRawCounts' | 26 --outRawCounts '$outFileRawCounts' |
33 #end if | 27 #end if |
34 #else | 28 #else |
35 --plotFileFormat 'png' | 29 --plotFileFormat 'png' |
36 #end if | 30 #end if |
37 | |
38 | 31 |
39 #if $advancedOpt.showAdvancedOpt == "yes": | 32 #if $advancedOpt.showAdvancedOpt == "yes": |
40 | 33 |
41 #if str($advancedOpt.region.value) != '': | 34 #if str($advancedOpt.region.value) != '': |
42 --region '$advancedOpt.region' | 35 --region '$advancedOpt.region' |
115 <outputs> | 108 <outputs> |
116 <expand macro="output_image_file_format" /> | 109 <expand macro="output_image_file_format" /> |
117 <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts"> | 110 <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts"> |
118 <filter> | 111 <filter> |
119 (( | 112 (( |
120 outputOpt['showOutputOpt'] == 'yes' and | 113 output['showOutputSettings'] == 'yes' and |
121 outputOpt['saveRawCounts'] is True | 114 output['saveRawCounts'] is True |
122 )) | 115 )) |
123 </filter> | 116 </filter> |
124 </data> | 117 </data> |
125 </outputs> | 118 </outputs> |
126 <help> | 119 <help> |