-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example data file, update instructions how to run it
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
chr1 start1 end1 chr2 start2 end2 | ||
chr20 10000 11000 chr20 20000 21000 | ||
chr20 10000 11000 chr20 30000 31000 | ||
chr20 10000 11000 chr20 50000 51000 | ||
chr20 10000 11000 chr20 70000 71000 | ||
chr20 10200 11200 chr20 50000 51000 | ||
chr20 10200 11200 chr20 80000 81000 | ||
chr20 20000 21000 chr20 30000 31000 | ||
chr20 20000 21000 chr20 70000 71000 | ||
chr20 20000 21000 chr20 70000 71000 | ||
chr20 20000 21000 chr20 100000 101000 | ||
chr20 20200 21200 chr20 80000 81000 | ||
chr20 50000 51000 chr20 70000 71000 | ||
chr21 30000 31000 chr21 80000 81000 | ||
chr21 30000 31000 chr21 80200 81200 | ||
chr21 40000 41000 chr21 80000 81000 |