-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add --chrprefix * update landscape * update landscape * use lightgray instead * add calculate-coverage * simplify * make sure we print % * allow output file name to be specified * Add tests for depth() * Add roi * update * special case * minor coloring
- Loading branch information
1 parent
d6be631
commit 9b9dd69
Showing
9 changed files
with
165 additions
and
37 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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,12 @@ | ||
chr01A, #c51b7d, 1A | ||
chr01B, #4d9221, 1B | ||
chr02A, #c51b7d, 2A | ||
chr02B, #4d9221, 2B | ||
chr03A, #c51b7d, 3A | ||
chr03B, #4d9221, 3B | ||
chr04A, #c51b7d, 4A | ||
chr04B, #4d9221, 4B | ||
chr05A, #c51b7d, 5A | ||
chr05B, #4d9221, 5B | ||
chr06A, #c51b7d, 6A | ||
chr06B, #4d9221, 6B |
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,3 @@ | ||
VAR0_srtd.wgs.regions.bed.gz, *S. species*, ‘Variety 1’ | ||
VAR1_srtd.wgs.regions.bed.gz, *S. species*, ‘Variety 2’ | ||
VAR2_srtd.wgs.regions.bed.gz, *S. species*, ‘Variety 3’ |
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