Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
eScience
ICoVeR
Commits
1324efd3
Commit
1324efd3
authored
Dec 17, 2015
by
Klaas Winter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix-1.0.1' into develop
parents
ccf5d869
7df349b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
R.ICoVeR/inst/www/index-raw.html
R.ICoVeR/inst/www/index-raw.html
+2
-2
R.ICoVeR/inst/www/index.html
R.ICoVeR/inst/www/index.html
+1
-1
README.md
README.md
+1
-2
No files found.
R.ICoVeR/inst/www/index-raw.html
View file @
1324efd3
...
...
@@ -21,9 +21,9 @@
</div>
<form
class=
"navbar-form navbar-right form-inline"
>
<div
class=
"btn-group"
ng-controller=
"ManualColoringCtrl"
ng-show=
"manualColoringEnabled"
dropdown
>
<div
class=
"btn-group"
ng-controller=
"ManualColoringCtrl"
ng-show=
"manualColoringEnabled"
dropdown
=
"true"
>
<button
type=
"button"
class=
"btn btn-default"
ng-disabled=
"!itemsBrushed"
ng-style=
"{'background-color': colors[0]}"
>
Apply color to selection
</button>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
ng-disabled=
"!itemsBrushed"
dropdown-toggle
>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
ng-disabled=
"!itemsBrushed"
dropdown-toggle
=
"true"
>
<span
class=
"caret"
></span>
<span
class=
"sr-only"
>
Toggle Dropdown
</span>
</button>
...
...
R.ICoVeR/inst/www/index.html
View file @
1324efd3
<!DOCTYPE html>
<html
lang=
en
ng-app=
contigBinningApp
><head><meta
charset=
utf-8
><meta
http-equiv=
X-UA-Compatible
content=
"IE=edge"
><meta
name=
viewport
content=
"width=device-width, initial-scale=1"
><title></title><link
href=
libs/fontawesome/css/font-awesome.css
rel=
stylesheet
><link
href=
libs/parcoords/d3.parcoords.css
rel=
stylesheet
><link
href=
libs/dimredplot/dimredplot.css
rel=
stylesheet
><link
href=
css/light.css
rel=
stylesheet
id=
maincss
></head><body><nav
class=
"navbar navbar-default navbar-fixed-top"
role=
navigation
><div
class=
container-fluid
><div
class=
navbar-header
><a
class=
navbar-brand
><span
style=
"color: #337ab7"
>
I
</span>
nteractive
<span
style=
"color: #337ab7"
>
Co
</span>
ntig-bin
<span
style=
"color: #337ab7"
>
Ve
</span>
rification and
<span
style=
"color: #337ab7"
>
R
</span>
efinement
</a></div><form
class=
"navbar-form navbar-right form-inline"
><div
class=
btn-group
ng-controller=
ManualColoringCtrl
ng-show=
manualColoringEnabled
><button
type=
button
class=
"btn btn-default"
ng-disabled=
!itemsBrushed
ng-style=
"{'background-color': colors[0]}"
>
Apply color to selection
</button><button
type=
button
class=
"btn btn-default dropdown-toggle"
ng-disabled=
!itemsBrushed
><span
class=
caret
></span>
<span
class=
sr-only
>
Toggle Dropdown
</span></button><ul
class=
"dropdown-menu brush-color"
role=
menu
id=
brush-color-menu
><li
ng-repeat=
"color in colors"
><a
href=
#
ng-style=
"{'background-color': color}"
ng-click=
colorSelection(color)
><span
class=
colorpatch
></span></a></li></ul></div><div
class=
form-group
ng-controller=
NameHighlightCtrl
ng-hide=
noHighlightAvailable
><label
class=
"control-label col-lg-4"
for=
rowNameHighlight
>
Highlight
</label><input
type=
text
id=
rowNameHighlight
class=
"col-lg-5 input-sm"
ng-model=
rowName
ng-change=
highlightRow()
></div><div
class=
form-group
ng-controller=
DataIndicatorCtrl
><progress
ng-click=
changeScale()
max=
1
animate=
false
><bar
ng-repeat=
"bar in counts track by $index"
value=
"bar.rows / rowCount"
type=
{{bar.type}}
><b
ng-hide=
"(bar.rows / rowCount) < 0.15"
>
{{bar.rows}}
</b></bar></progress></div><div
class=
form-group
ng-controller=
ThemeCtrl
><label
class=
control-label
>
Theme:
</label><div
class=
btn-group
><label
class=
"btn btn-default"
ng-model=
theme
btn-radio=
"'light'"
>
Light
</label><label
class=
"btn btn-default"
ng-model=
theme
btn-radio=
"'dark'"
>
Dark
</label></div></div></form></div></nav><div
id=
main
class=
container-fluid
><div
id=
top
class=
row
><div
id=
parcoords
class=
col-lg-12
><div
class=
parcoords
ng-controller=
ParcoordsCtrl
></div></div></div><div
id=
bottom
class=
row
ng-controller=
PlotCtrl
><div
id=
options
ng-style=
sliding
><ng-include
src=
"'js/templates/options.html'"
></ng-include></div><div
class=
col-lg-1
></div><div
id=
charts
class=
col-lg-11
ng-controller=
ChartsCtrl
><div
class=
row
id=
dimRedPlots
><div
id=
dimRedPlot
class=
"tab-pane container-fluid active"
ng-class=
dimredplotWidth
ng-repeat=
"analysis in analyses"
ng-controller=
DimRedPlotCtrl
></div></div></div></div></div><script
src=
app.min.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html
lang=
en
ng-app=
contigBinningApp
><head><meta
charset=
utf-8
><meta
http-equiv=
X-UA-Compatible
content=
"IE=edge"
><meta
name=
viewport
content=
"width=device-width, initial-scale=1"
><title></title><link
href=
libs/fontawesome/css/font-awesome.css
rel=
stylesheet
><link
href=
libs/parcoords/d3.parcoords.css
rel=
stylesheet
><link
href=
libs/dimredplot/dimredplot.css
rel=
stylesheet
><link
href=
css/light.css
rel=
stylesheet
id=
maincss
></head><body><nav
class=
"navbar navbar-default navbar-fixed-top"
role=
navigation
><div
class=
container-fluid
><div
class=
navbar-header
><a
class=
navbar-brand
><span
style=
"color: #337ab7"
>
I
</span>
nteractive
<span
style=
"color: #337ab7"
>
Co
</span>
ntig-bin
<span
style=
"color: #337ab7"
>
Ve
</span>
rification and
<span
style=
"color: #337ab7"
>
R
</span>
efinement
</a></div><form
class=
"navbar-form navbar-right form-inline"
><div
class=
btn-group
ng-controller=
ManualColoringCtrl
ng-show=
manualColoringEnabled
dropdown=
true
><button
type=
button
class=
"btn btn-default"
ng-disabled=
!itemsBrushed
ng-style=
"{'background-color': colors[0]}"
>
Apply color to selection
</button><button
type=
button
class=
"btn btn-default dropdown-toggle"
ng-disabled=
!itemsBrushed
dropdown-toggle=
true
><span
class=
caret
></span>
<span
class=
sr-only
>
Toggle Dropdown
</span></button><ul
class=
"dropdown-menu brush-color"
role=
menu
id=
brush-color-menu
><li
ng-repeat=
"color in colors"
><a
href=
#
ng-style=
"{'background-color': color}"
ng-click=
colorSelection(color)
><span
class=
colorpatch
></span></a></li></ul></div><div
class=
form-group
ng-controller=
NameHighlightCtrl
ng-hide=
noHighlightAvailable
><label
class=
"control-label col-lg-4"
for=
rowNameHighlight
>
Highlight
</label><input
type=
text
id=
rowNameHighlight
class=
"col-lg-5 input-sm"
ng-model=
rowName
ng-change=
highlightRow()
></div><div
class=
form-group
ng-controller=
DataIndicatorCtrl
><progress
ng-click=
changeScale()
max=
1
animate=
false
><bar
ng-repeat=
"bar in counts track by $index"
value=
"bar.rows / rowCount"
type=
{{bar.type}}
><b
ng-hide=
"(bar.rows / rowCount) < 0.15"
>
{{bar.rows}}
</b></bar></progress></div><div
class=
form-group
ng-controller=
ThemeCtrl
><label
class=
control-label
>
Theme:
</label><div
class=
btn-group
><label
class=
"btn btn-default"
ng-model=
theme
btn-radio=
"'light'"
>
Light
</label><label
class=
"btn btn-default"
ng-model=
theme
btn-radio=
"'dark'"
>
Dark
</label></div></div></form></div></nav><div
id=
main
class=
container-fluid
><div
id=
top
class=
row
><div
id=
parcoords
class=
col-lg-12
><div
class=
parcoords
ng-controller=
ParcoordsCtrl
></div></div></div><div
id=
bottom
class=
row
ng-controller=
PlotCtrl
><div
id=
options
ng-style=
sliding
><ng-include
src=
"'js/templates/options.html'"
></ng-include></div><div
class=
col-lg-1
></div><div
id=
charts
class=
col-lg-11
ng-controller=
ChartsCtrl
><div
class=
row
id=
dimRedPlots
><div
id=
dimRedPlot
class=
"tab-pane container-fluid active"
ng-class=
dimredplotWidth
ng-repeat=
"analysis in analyses"
ng-controller=
DimRedPlotCtrl
></div></div></div></div></div><script
src=
app.min.js
></script></body></html>
\ No newline at end of file
README.md
View file @
1324efd3
...
...
@@ -8,5 +8,4 @@ For more details visit [the website](http://bbroeksema.github.io/ICoVeR/)
A paper is currently being written. Until publication of this paper, please cite ICoVeR as:
Broeksema, Bertjan; Calusinka, Magdalena; McGee, Fintan; Winter, Klaas; Ghoniem, Mohammad; Delfosse, Philippe (2015): ICoVeR. figshare.
http://dx.doi.org/10.6084/m9.figshare.1603508
Broeksema, Bertjan; Calusinka, Magdalena; McGee, Fintan; Goux, Xavier; Winter, Klaas; Ghoniem, Mohammad; Delfosse, Philippe (2015): ICoVeR. figshare. http://dx.doi.org/10.6084/m9.figshare.1603508 Retrieved 19:16, Nov 19, 2015 (GMT)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment