-
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 #375 from vgteam/reproduce-pan-problem
Add example needed to reproduce pannign issue (without crashing)
- Loading branch information
Showing
15 changed files
with
239 additions
and
39 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
ref 10 100 this is a test region | ||
ref 500 600 region without read tracks chunk-cactus-no-reads | ||
ref 1000 2000 another region with a very long description to see how it will be displayed | ||
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 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
chunk.vg | ||
chunk_0_ref_2000_3000.annotate.txt | ||
chunk_0_ref_2000_3000.gam | ||
chunk_0_ref_1955_5023.annotate.txt | ||
chunk_0_ref_1955_5023.gam | ||
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 |
---|---|---|
@@ -1 +1 @@ | ||
ref 2000 3000 chunk_0_ref_2000_3000.gam chunk_0_ref_2000_3000.annotate.txt | ||
ref 1955 5024 exampleData/chunk-ref-2000-3000/chunk_0_ref_1955_5023.gam exampleData/chunk-ref-2000-3000/chunk_0_ref_1955_5023.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 |
---|---|---|
@@ -1,18 +1,20 @@ | ||
[ | ||
{ | ||
"trackFile": "exampleData/cactus.vg", | ||
"trackFile": "exampleData/cactus.vg.xg", | ||
"trackType": "graph", | ||
"trackColorSettings": { | ||
"mainPalette": "plainColors", | ||
"auxPalette": "greys" | ||
"mainPalette": "#000000", | ||
"auxPalette": "greys", | ||
"colorReadsByMappingQuality": false | ||
} | ||
}, | ||
{ | ||
"trackFile": "exampleData/cactus-NA12879.sorted.gam", | ||
"trackType": "read", | ||
"trackColorSettings": { | ||
"mainPalette": "blues", | ||
"auxPalette": "reds" | ||
"auxPalette": "reds", | ||
"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
File renamed without changes.
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,5 @@ | ||
chunk.vg | ||
chunk_0_ref_1955_5023.annotate.txt | ||
chunk_0_ref_1955_5023.gam | ||
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 2000 3000 chunk_0_ref_2000_3000.gam chunk_0_ref_2000_3000.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,18 @@ | ||
[ | ||
{ | ||
"trackFile": "exampleData/nonexistent.vg", | ||
"trackType": "graph", | ||
"trackColorSettings": { | ||
"mainPalette": "plainColors", | ||
"auxPalette": "greys" | ||
} | ||
}, | ||
{ | ||
"trackFile": "exampleData/stillnotareal.sorted.gam", | ||
"trackType": "read", | ||
"trackColorSettings": { | ||
"mainPalette": "blues", | ||
"auxPalette": "reds" | ||
} | ||
} | ||
] |
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 2000 3000 region with no source graph available chunk-without-source |
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