Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmdcolin/narrowpeak

A (small) JBrowse plugin to view the narrowPeak file format
https://github.com/cmdcolin/narrowpeak

Last synced: 4 days ago
JSON representation

A (small) JBrowse plugin to view the narrowPeak file format

Awesome Lists containing this project

README

        

# narrowpeak

A (small) JBrowse plugin for reading the narrowpeak format

## Example config

{
"label": "narrowPeak tabix",
"type": "CanvasFeatures",
"storeClass": "NarrowPeak/Store/SeqFeature/BED",
"urlTemplate": "ENCFF305VSD.sorted.bed.gz"
}

## Installation

Download to the plugins/NarrowPeak and add to your config file with

"plugins": ["NarrowPeak"]

See JBrowse FAQ on installing plugins

## Notes

Requires JBrowse master branch at time of writing for BEDTabix functionality