Skip to content

Commit

Permalink
heatmap now finally works
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkulaga committed Oct 9, 2020
1 parent 7073dec commit cd3b4e8
Show file tree
Hide file tree
Showing 11 changed files with 8,338 additions and 8,350 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.log
logs
.~*

noarch
#VIM spegcific
tags
.*.swp
Expand Down
7 changes: 7 additions & 0 deletions channeldata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"channeldata_version": 1,
"packages": {},
"subdirs": [
"noarch"
]
}
2,274 changes: 2,274 additions & 0 deletions data/output/plots/heatmap_stage_one_lifespan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
- data/interim/stage_1/results_concatenated.tsv
- data/interim/stage_1/partitions
- data/interim/stage_2/input
- data/output/plots/stage_one_summary_lifespan.svg
- data/output/plots/stageтати_one_summary_lifespan.svg
- data/output/plots/stage_two_untuned_summary_lifespan.svg
- data/output/stage_1/gestation_days_selected.tsv
- data/output/stage_1/mass_kg_selected.tsv
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- optuna>=2.1.0
- click>=7.1.2
- loguru>=0.5.0
- plotly>=4.11.0
#- yspecies=0.2.3
- pip
- pip:
Expand Down
83 changes: 83 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<html>
<head>
<title>yspecies</title>
<style type="text/css">
a, a:active {
text-decoration: none; color: blue;
}
a:visited {
color: #48468F;
}
a:hover, a:focus {
text-decoration: underline; color: red;
}
body {
background-color: #F5F5F5;
}
h2 {
margin-bottom: 12px;
}
th, td {
font: 100% monospace; text-align: left;
}
th {
font-weight: bold; padding-right: 14px; padding-bottom: 3px;
}
th.tight {
padding-right: 6px;
}
td {
padding-right: 14px;
}
td.tight {
padding-right: 8px;
}
td.s, th.s {
text-align: right;
}
td.summary {
white-space: nowrap;
overflow: hidden;
}
td.packagename {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 180px;
padding-right: 8px;
}
td.version {
//white-space: nowrap;
overflow: hidden;
max-width: 90px;
padding-right: 8px;
}
table {
background-color: white;
border-top: 1px solid #646464;
border-bottom: 1px solid #646464;
padding-top: 10px;
padding-bottom: 14px;
}
address {
color: #787878;
padding-top: 10px;
}
</style>
</head>
<body>
<h2>yspecies</h2>
<h3><a href="rss.xml">RSS Feed</a>&nbsp;&nbsp;&nbsp;<a href="channeldata.json">channeldata.json</a></h3>
<a href="noarch">noarch</a>&nbsp;&nbsp;&nbsp; <table>
<tr>
<th style="padding-right:18px;">Package</th>
<th>Latest Version</th>
<th>Doc</th>
<th>Dev</th>
<th>License</th>
<th class="tight">noarch</th> <th>Summary</th>
</tr>
</table>
<address>Updated: 2020-10-08 22:38:51 +0000 - Files: 0</address>
</body>
</html>
Loading

0 comments on commit cd3b4e8

Please sign in to comment.