File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,36 +92,6 @@ can use nhLocation or samples array on adapter
9292}
9393```
9494
95- ### Example BgzipTaffyAdapter config
96-
97- Note: TAF files are actually significantly slower and has known bugs...will
98- update once fixed
99-
100- This notice will be removed it it is improved
101-
102- As with other adapters, you can use nhLocation or samples array on adapter
103-
104- ``` json
105- {
106- "type" : " MafTrack" ,
107- "trackId" : " bigMaf" ,
108- "name" : " taffy" ,
109- "adapter" : {
110- "type" : " BgzipTaffyAdapter" ,
111- "nhLocation" : {
112- "uri" : " hg38.30way.nh"
113- },
114- "tafGzLocation" : {
115- "uri" : " 30way.taf.gz"
116- },
117- "taiGzLocation" : {
118- "uri" : " 30way.taf.gz.tai"
119- }
120- },
121- "assemblyNames" : [" hg38" ]
122- }
123- ```
124-
12595### Example with customized sample names and colors
12696
12797``` json
You can’t perform that action at this time.
0 commit comments