File tree Expand file tree Collapse file tree 5 files changed +6
-48
lines changed
config/plugins/visualizations/tiffviewer Expand file tree Collapse file tree 5 files changed +6
-48
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ config/plugins/**/static/*.map
177177config /plugins /visualizations /annotate_image /static /jquery.contextMenu.css
178178config /plugins /visualizations /nvd3 /nvd3_bar /static /nvd3.js
179179config /plugins /visualizations /scatterplot /static /scatterplot.js
180+ config /plugins /visualizations /tiffviewer /static /
180181
181182# CWL conformance tests
182183lib /galaxy_test /api /cwl /test_cwl_conformance_v1_ ? .py
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ const PLUGIN_BUILD_IDS = [
2323 "nvd3/nvd3_bar" ,
2424 "pv" ,
2525 "scatterplot" ,
26- "tiffviewer" ,
2726] ;
2827const INSTALL_PLUGIN_BUILD_IDS = [
2928 "aceeditor" ,
@@ -47,6 +46,7 @@ const INSTALL_PLUGIN_BUILD_IDS = [
4746 "plotly" ,
4847 "plyr" ,
4948 "tabulator" ,
49+ "tiffviewer" ,
5050 "ts_visjs" ,
5151 "unipept" ,
5252 "venn" ,
Original file line number Diff line number Diff line change 1515 <params >
1616 <param required =" true" >dataset_id</param >
1717 </params >
18- <entry_point entry_point_type =" script" src =" script.js" css =" script.css" />
18+ <requirements >
19+ <requirement type =" npm" version =" 0.0.1" package =" @galaxyproject/tiffviewer" />
20+ </requirements >
21+ <entry_point entry_point_type =" script" src =" index.js" css =" index.css" />
1922 <tests >
2023 <test >
2124 <param name =" dataset_id" value =" http://cdn.jsdelivr.net/gh/galaxyproject/galaxy-test-data/1.tiff" ftype =" tiff" />
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments