Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cmdcolin/narrowpeak
- Owner: cmdcolin
- Created: 2017-01-07T18:27:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T18:28:36.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T02:14:37.242Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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