Skip to content

Commit

Permalink
Add plugins back to default build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 12, 2018
1 parent 372a87e commit d1e2ff2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/NeatCanvasFeatures/README.md
Expand Up @@ -14,7 +14,7 @@ It applies intron hats and a gradient 'tubular' look to features and subfeatures
For JBrowse 1.11.6+, copy the `NeatCanvasFeatures` directory to the `plugins` directory.
Add this to appropriate **trackList.json** under the plugins section (create one if it doesn't exist):

"plugins": [
"plugins": [
'NeatCanvasFeatures'
],

Expand Down
10 changes: 5 additions & 5 deletions plugins/NeatHTMLFeatures/README.md
Expand Up @@ -19,7 +19,7 @@ due to difference between HTMLFeatures and DragableHTMLFeatures feature DOMs.
For JBrowse 1.11.6+, copy the NeatHTMLFeatures directory to the 'plugins' directory.
Add this to appropriate trackList.json under the plugins section (create one if it doesn't exist):

"plugins": [
"plugins": [
'NeatHTMLFeatures'
],

Expand All @@ -31,10 +31,10 @@ Add this to `web-apps/jbrowse/plugins/WebApollo/json/annot.json`:
"location" : "./plugins/WebApollo",
"name" : "WebApollo"
},
{
"location" : "./plugins/NeatHTMLFeatures",
"name" : "NeatHTMLFeatures"
}
{
"location" : "./plugins/NeatHTMLFeatures",
"name" : "NeatHTMLFeatures"
}
],


Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -171,7 +171,7 @@ log_echo -n "Formatting Volvox example data ...";
>> sample_data/json/volvox/tracks.conf

bin/add-json.pl '{ "dataset_id": "volvox", "include": [ "../../raw/volvox/functions.conf" ] }' sample_data/json/volvox/trackList.json
bin/add-json.pl '{ "dataset_id": "volvox", "plugins": [ "HideTrackLabels" ] }' sample_data/json/volvox/trackList.json
bin/add-json.pl '{ "dataset_id": "volvox", "plugins": [ "HideTrackLabels", "NeatCanvasFeatures", "NeatHTMLFeatures" ] }' sample_data/json/volvox/trackList.json
bin/flatfile-to-json.pl --bed docs/tutorial/data_files/volvox_segment.bed --out sample_data/json/volvox --trackLabel ChromHMM --trackType CanvasFeatures --clientConfig '{"color": "{chromHMM}", "strandArrow": false}' --config '{"displayMode": "collapsed", "enableCollapsedMouseover": true, "category": "Miscellaneous" }';
bin/generate-names.pl --safeMode -v --out sample_data/json/volvox;

Expand Down

0 comments on commit d1e2ff2

Please sign in to comment.