Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbarth
Genome-viewer
Commits
048feff6
Commit
048feff6
authored
Dec 05, 2018
by
Patrick Barth
Browse files
add example html documents
parent
181783c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
genome-vuer/src/all-examples.html
0 → 100644
View file @
048feff6
<!doctype html>
<html
class=
"no-js"
lang=
""
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<title></title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<script
src=
"../lib/vue.js"
></script>
</head>
<body>
<div
id=
"app"
>
<h1>
Genome 1
</h1>
<h2><i>
Bacillus exampelaris
</i></h2>
<div
style=
"height:150px"
>
<genome-viewer
:genome-stats=
"genome_stats"
:color-map=
"{'xRNA':'#CC0000'}"
:feature-data=
"feature_data"
></genome-viewer>
</div>
<p></p>
<h1>
Genome 2
</h1>
<h2><i>
Bacillus exampelaris II
</i></h2>
<div
style=
"height:150px"
>
<genome-viewer
:genome-stats=
"genome_stats"
:lanes=
"3"
:color-map=
"{'xRNA':'#CC0000'}"
:feature-data=
"feature_data3"
></genome-viewer>
</div>
<h1>
Genome 3
</h1>
<h2><i>
Bacillus exampelaris I
</i></h2>
<div
style=
"height:150px"
>
<genome-viewer
:genome-stats=
"genome_stats"
:lanes=
"3"
:color-map=
"{'xRNA':'#CC0000'}"
:feature-data=
"feature_data"
></genome-viewer>
</div>
</div>
<script
src=
"js/axis.js"
></script>
<script
src=
"js/feature.js"
></script>
<script
src=
"js/lane.js"
></script>
<script
src=
"js/tool_tip.js"
></script>
<script
src=
"js/genome_viewer.js"
></script>
<script
src=
"js/app.js"
>
</script>
</body>
</html>
genome-vuer/src/example-2-lanes.html
0 → 100644
View file @
048feff6
<!doctype html>
<html
class=
"no-js"
lang=
""
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<title></title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<script
src=
"../lib/vue.js"
></script>
</head>
<body>
<div
id=
"app"
>
<h1>
Genome 1
</h1>
<h2><i>
Bacillus exampelaris
</i></h2>
<div
style=
"height:150px"
>
<genome-viewer
:genome-stats=
"genome_stats"
:color-map=
"{'xRNA':'#CC0000'}"
:feature-data=
"feature_data"
></genome-viewer>
</div>
</div>
<script
src=
"js/axis.js"
></script>
<script
src=
"js/feature.js"
></script>
<script
src=
"js/lane.js"
></script>
<script
src=
"js/tool_tip.js"
></script>
<script
src=
"js/genome_viewer.js"
></script>
<script
src=
"js/app.js"
>
</script>
</body>
</html>
genome-vuer/src/example-6-lanes-automatic-assignment.html
0 → 100644
View file @
048feff6
<!doctype html>
<html
class=
"no-js"
lang=
""
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<title></title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<script
src=
"../lib/vue.js"
></script>
</head>
<body>
<div
id=
"app"
>
<h1>
Genome 3
</h1>
<h2><i>
Bacillus exampelaris I
</i></h2>
<div
style=
"height:150px"
>
<genome-viewer
:genome-stats=
"genome_stats"
:lanes=
"3"
:color-map=
"{'xRNA':'#CC0000'}"
:feature-data=
"feature_data"
></genome-viewer>
</div>
</div>
<script
src=
"js/axis.js"
></script>
<script
src=
"js/feature.js"
></script>
<script
src=
"js/lane.js"
></script>
<script
src=
"js/tool_tip.js"
></script>
<script
src=
"js/genome_viewer.js"
></script>
<script
src=
"js/app.js"
>
</script>
</body>
</html>
genome-vuer/src/example-6-lanes.html
0 → 100644
View file @
048feff6
<!doctype html>
<html
class=
"no-js"
lang=
""
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<title></title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<script
src=
"../lib/vue.js"
></script>
</head>
<body>
<div
id=
"app"
>
<h1>
Genome 2
</h1>
<h2><i>
Bacillus exampelaris II
</i></h2>
<div
style=
"height:150px"
>
<genome-viewer
:genome-stats=
"genome_stats"
:lanes=
"3"
:color-map=
"{'xRNA':'#CC0000'}"
:feature-data=
"feature_data3"
></genome-viewer>
</div>
</div>
<script
src=
"js/axis.js"
></script>
<script
src=
"js/feature.js"
></script>
<script
src=
"js/lane.js"
></script>
<script
src=
"js/tool_tip.js"
></script>
<script
src=
"js/genome_viewer.js"
></script>
<script
src=
"js/app.js"
>
</script>
</body>
</html>
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