diff --git a/img/nuccontent-screenshot-fs8.png b/img/nuccontent-screenshot-fs8.png new file mode 100644 index 0000000..837e6b9 Binary files /dev/null and b/img/nuccontent-screenshot-fs8.png differ diff --git a/plugins.json b/plugins.json index ba4579c..ab622b2 100644 --- a/plugins.json +++ b/plugins.json @@ -71,6 +71,15 @@ "url": "https://unpkg.com/jbrowse-plugin-civic/dist/jbrowse-plugin-civic.umd.production.min.js", "license": "Apache License 2.0", "image": "https://raw.githubusercontent.com/GMOD/jbrowse-plugin-list/main/img/civic-screenshot-fs8.png" + }, + { + "name": "NucContent", + "authors": ["John Rozewicki"], + "description": "JBrowse 2 plugin for calculating statistical information from sequence (e.g. GC content, hardmask/softmask coverage...)", + "location": "https://github.com/jjrozewicki/jbrowse2-plugin-nuccontent", + "url": "https://unpkg.com/jbrowse2-plugin-nuccontent/dist/jbrowsepluginnuccontent.umd.production.min.js", + "license": "Apache License 2.0", + "image": "https://raw.githubusercontent.com/GMOD/jbrowse-plugin-list/main/img/nuccontent-screenshot-fs8.png" } ] }