Skip to content

Commit 6c06479

Browse files
authored
Update plugin URL and add footnote in README
Updated the plugin URL and added a footnote about the port.
1 parent efd75de commit 6c06479

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
A viewer for multiple alignment format (MAF) files in JBrowse 2
44

5-
This is a port of the JBrowse 1 plugin https://github.com/cmdcolin/mafviewer to
6-
JBrowse 2
75

86
![](img/1.png)
97

@@ -41,7 +39,7 @@ Then use the custom "Add track workflow":
4139
"plugins": [
4240
{
4341
"name": "MafViewer",
44-
"url": "https://unpkg.com/jbrowse-plugin-mafviewer/dist/jbrowse-plugin-mafviewer.umd.production.min.js"
42+
"url": "https://jbrowse.org/plugins/jbrowse-plugin-mafviewer/dist/jbrowse-plugin-mafviewer.umd.production.min.js"
4543
}
4644
]
4745
}
@@ -260,3 +258,10 @@ short alignment blocks:
260258
taffy view -i file.maf | taffy norm | bgzip > out.taf.gz
261259
taffy index -i out.taf.gz
262260
```
261+
262+
263+
## Footnote
264+
265+
266+
This is a port of the JBrowse 1 plugin https://github.com/cmdcolin/mafviewer to
267+
JBrowse 2

0 commit comments

Comments
 (0)