forked from etal/cnvkit
-
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.
test: Add example BED file with Agilent-style 2-line header
Unit test to read it with `read_auto`.
- Loading branch information
Showing
2 changed files
with
14 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
browser position chr1:69091-70008 | ||
track name="Target Regions" description="Agilent SureSelect DNA - SureSelect Exome V7" color=0,0,128 db=hg38 | ||
chr1 69090 70008 | ||
chr1 160786623 160786747 | ||
chr2 29415994 29416295 | ||
chr2 29416295 29416596 | ||
chr2 29416596 29416897 | ||
chr2 29419567 29419830 | ||
chr2 29420327 29420675 | ||
chr2 29429995 29430239 | ||
chr2 29432543 29432864 | ||
chr2 29436737 29437014 | ||
chr2 29443528 29443751 |
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