Skip to content

Commit 2d9b186

Browse files
committed
Remove Taffy from readme
1 parent d542b36 commit 2d9b186

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)