Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
krrome committed Oct 8, 2018
2 parents 300b342 + 098e9ca commit 9f17dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/data/example_intervals.bed
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
chr1 2 1000 1
chr1 2 5000 1
chr1 2 1002 1
chr1 602 604 1
1 change: 0 additions & 1 deletion tests/datasets/test_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ def test_examples_exist(cls):
dl_entries += 1
assert dl_entries == len(ex)
assert len(ex) == bed_entries

0 comments on commit 9f17dd9

Please sign in to comment.