comparison genomeCoverageBed.xml @ 5:cc2841d84761 draft

Uploaded
author iuc
date Wed, 25 Feb 2015 22:42:21 -0500
parents 315929597efb
children
comparison
equal deleted inserted replaced
4:315929597efb 5:cc2841d84761
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