-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #371 from vgteam/no-gam-chunk
Add a no-GAM chunk to the Cactus example
- Loading branch information
Showing
8 changed files
with
152 additions
and
8 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
ref 10 100 this is a test region | ||
ref 1000 2000 another region with a very long description to see how it will be displayed | ||
ref 2000 3000 pre-fecthed region chunk-ref-2000-3000 | ||
ref 4000 4500 pre-fecthed region but the chunk is missing test_prechunk_missing | ||
ref 2000 3000 pre-fetched region chunk-ref-2000-3000 | ||
ref 4000 4500 pre-fetched region but the chunk is missing test_prechunk_missing | ||
ref 482 2450 region without read tracks chunk-cactus-no-reads |
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
Empty file.
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,4 @@ | ||
chunk.vg | ||
chunk_0_ref_482_2449.annotate.txt | ||
regions.tsv | ||
tracks.json |
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 @@ | ||
ref 482 2450 chunk-cactus-no-reads/chunk_0_ref_482_2449.vg chunk-cactus-no-reads/chunk_0_ref_482_2449.annotate.txt |
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,11 @@ | ||
[ | ||
{ | ||
"trackFile": "exampleData/cactus.vg.xg", | ||
"trackType": "graph", | ||
"trackColorSettings": { | ||
"mainPalette": "#000000", | ||
"auxPalette": "greys", | ||
"colorReadsByMappingQuality": false | ||
} | ||
} | ||
] |
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