-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f9718e
commit 6c9c811
Showing
4 changed files
with
157 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ Cargo.lock | |
# this is for "act" | ||
bin/ | ||
/.idea/gtars.iml | ||
/gtars/tests/data/test1.bw |
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,18 @@ | ||
chr1 2 3 2 | ||
chr1 3 4 2 | ||
chr1 4 5 3 | ||
chr1 5 6 4 | ||
chr1 6 7 2 | ||
chr1 7 8 2 | ||
chr1 8 9 2 | ||
chr1 9 10 1 | ||
chr1 10 11 1 | ||
chr1 11 12 1 | ||
chr1 12 13 0 | ||
chr1 13 14 0 | ||
chr1 14 15 0 | ||
chr1 15 16 0 | ||
chr1 16 17 0 | ||
chr1 17 18 0 | ||
chr1 18 19 0 | ||
chr1 19 20 0 |
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,19 @@ | ||
chr1 1 2 2 | ||
chr1 2 3 2 | ||
chr1 3 4 3 | ||
chr1 4 5 2 | ||
chr1 5 6 2 | ||
chr1 6 7 2 | ||
chr1 7 8 1 | ||
chr1 8 9 1 | ||
chr1 9 10 0 | ||
chr1 10 11 0 | ||
chr1 11 12 0 | ||
chr1 12 13 0 | ||
chr1 13 14 0 | ||
chr1 14 15 0 | ||
chr1 15 16 0 | ||
chr1 16 17 0 | ||
chr1 17 18 0 | ||
chr1 18 19 0 | ||
chr1 19 20 0 |
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