Skip to content

Commit

Permalink
fix new test for bedzero - must have qhi
Browse files Browse the repository at this point in the history
add new test output
  • Loading branch information
fubar2 committed Sep 30, 2024
1 parent e0d1157 commit de577b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/bigwig_outlier_bed/bigwig_outlier_bed.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ def makeBed(self):
t.write("\n")
some = False
if self.outbeds in ["outzero"]:
self.writeBed(bedzero, self.bedoutzeo)
some = True
self.writeBed(bedzero, self.bedoutzero)
some = True
if self.qlo:
if self.outbeds in ["outall", "outlo", "outlohi"]:
self.writeBed(bedlo, self.bedoutlo)
Expand Down
4 changes: 2 additions & 2 deletions tools/bigwig_outlier_bed/bigwig_outlier_bed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
<param name="outbeds" value="outzero"/>
<param name="bigwig" value="fake.bigwig,bigwig_sample"/>
<param name="minwin" value="2"/>
<param name="qhi" value=""/>
<param name="qlo" value=""/>
<param name="qhi" value="0.5"/>
<param name="qlo" value="0.5"/>
<param name="tableout" value="donotmake"/>
</test>
</tests>
Expand Down
2 changes: 2 additions & 0 deletions tools/bigwig_outlier_bed/test-data/bedoutzero_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Merlin 0 9 bigwig_sample_9 9
Merlin 70049 180929 bigwig_sample_110880 110880

0 comments on commit de577b0

Please sign in to comment.