Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bhofmei committed Oct 31, 2016
0 parents commit fa5233a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#Nucleotide Density Plugin

This is a JBrowse plugin

Allows the user to create multi-lined heatmaps for differente nucleotide contexts. Usr can set the color for each context. Initial intended use is for CG, CHG, and CHH frequency.

##Special Thanks
Special thanks to [Colin] who inspired components of this plugin. Particularly, the GC Content plugin (for the stor class) and Multi BigWig plugin (for multiple density tracks).
Additionaly, special thanks for Erik Lyons for the color dialog.

##Install

For JBrowse 1.11.6+ in the _JBrowse/plugins_ folder, type:
`git clone https://github.com/bhofmei/jbplugin-nucdens.git NucleotideDensityPlugin`

**or**

downloaded the latest release version at [releases](https://github.com/bhofmei/jbplugin-nucdens/releases).
Unzip the downloaded folder, place in _JBrowse/plugins_, and rename the folder _NucleotideDensityPlugin_

##Activate

Add this to _jbrowse.conf_ under `[GENERAL]`:
```
[plugins.NucleotideDensityPlugin]
location = plugins/NucleotideDensityPlugin
```

If that doesn't work, add this to _jbrowse_conf.json_:
```
"plugins" : {
"NucleotideDensityPlugin" : { "location" : "plugins/NucleotideDensityPlugin" }
}
```

0 comments on commit fa5233a

Please sign in to comment.