comparison genomeCoverageBed.xml @ 2:457b09031d57 draft

Uploaded
author iuc
date Tue, 19 May 2015 07:05:36 -0400
parents 82aac94b06c3
children 607c0576c6ab
comparison
equal deleted inserted replaced
1:82aac94b06c3 2:457b09031d57
17 17
18 $split 18 $split
19 $strand 19 $strand
20 20
21 #if str($report.report_select) == "bg": 21 #if str($report.report_select) == "bg":
22 #if $zero_regions.value: 22 #if $report.zero_regions:
23 $zero_regions 23 $report.zero_regions
24 #else: 24 #else:
25 -bg 25 -bg
26 #end if 26 #end if
27 27
28 #if str($scale): 28 #if str($report.scale):
29 -scale $scale 29 -scale $report.scale
30 #end if 30 #end if
31 #else: 31 #else:
32 #if str($report.max): 32 #if str($report.max):
33 -max $report.max 33 -max $report.max
34 #end if 34 #end if