-
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.
Added ref validator to main bbpipeline and cleaning
- Loading branch information
1 parent
8c1c2d3
commit ebc07dd
Showing
15 changed files
with
85 additions
and
23 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
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 |
---|---|---|
@@ -1 +0,0 @@ | ||
from bedboss.bedclassifier.bedclassifier import get_bed_type | ||
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 |
---|---|---|
@@ -1,2 +0,0 @@ | ||
from bedboss.refgenome_validator.genome_model import GenomeModel | ||
from bedboss.refgenome_validator.main import ReferenceValidator | ||
35 changes: 35 additions & 0 deletions
35
bedboss/refgenome_validator/chrom_sizes/ucsc_mm9.chrom.sizes
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,35 @@ | ||
chr1 197195432 | ||
chr2 181748087 | ||
chr3 159599783 | ||
chr4 155630120 | ||
chr5 152537259 | ||
chr6 149517037 | ||
chr7 152524553 | ||
chr8 131738871 | ||
chr9 124076172 | ||
chr10 129993255 | ||
chr11 121843856 | ||
chr12 121257530 | ||
chr13 120284312 | ||
chr14 125194864 | ||
chr15 103494974 | ||
chr16 98319150 | ||
chr17 95272651 | ||
chr18 90772031 | ||
chr19 61342430 | ||
chrX 166650296 | ||
chrY 15902555 | ||
chrM 16299 | ||
chr13_random 400311 | ||
chr16_random 3994 | ||
chr17_random 628739 | ||
chr1_random 1231697 | ||
chr3_random 41899 | ||
chr4_random 160594 | ||
chr5_random 357350 | ||
chr7_random 362490 | ||
chr8_random 849593 | ||
chr9_random 449403 | ||
chrUn_random 5900358 | ||
chrX_random 1785075 | ||
chrY_random 58682461 |
File renamed without changes.
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
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
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