Skip to content

Commit

Permalink
Merge pull request #882 from veg/develop
Browse files Browse the repository at this point in the history
2.14.0 Release Candidate
  • Loading branch information
stevenweaver authored Dec 19, 2023
2 parents a173522 + 5a4c7dd commit df5e7db
Show file tree
Hide file tree
Showing 10 changed files with 6,569 additions and 1,155 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"plugins": [
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"@babel/plugin-syntax-dynamic-import"
],
"presets": [
"@babel/preset-env",
Expand Down
99 changes: 0 additions & 99 deletions __tests__/graphs.test.jsx

This file was deleted.

113 changes: 0 additions & 113 deletions __tests__/tables.test.jsx

This file was deleted.

5,657 changes: 5,657 additions & 0 deletions data/json_files/absrel/ENST00000319286.ZNF572.aBSREL.json

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"absrel",
"bsrel",
"busted",
"multihit",
"nrm",
"contrast-fel",
"fel",
"random effects branch-site modeling"
],
"author": "Sergei Pond <[email protected]>",
Expand All @@ -29,14 +33,15 @@
"@hyphy_software/multi-hit-analysis-result-visualization": "https://api.observablehq.com/@hyphy_software/multi-hit-analysis-result-visualization.tgz?v=3",
"@hyphy_software/nrm": "https://api.observablehq.com/@hyphy_software/[email protected]?v=3",
"@observablehq/runtime": "4.25",
"@spond/absrel": "https://api.observablehq.com/@spond/[email protected]?v=3",
"alignment.js": "0.3.0",
"bootstrap": "4.x",
"chi-squared": "^1.1.0",
"circos": "^2.1.0",
"create-react-class": "^15.6.3",
"d3": "3.x",
"d3-save-svg": "0.0.2",
"export-to-csv": "^0.2.1",
"export-to-csv": "^1.2.0",
"express": "^4.16.2",
"file-saver": "^2.0.2",
"immutable": "3.8.2",
Expand Down Expand Up @@ -74,6 +79,7 @@
"@babel/helper-create-class-features-plugin": "7.19.0",
"@babel/helper-module-transforms": "7.19.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.14.5",
Expand Down Expand Up @@ -109,7 +115,9 @@
"mini-css-extract-plugin": "^1.6.1",
"node-sass": "^7.0.1",
"npm-version": "^1.1.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"postinstall-postinstall": "^2.1.0",
"preload-webpack-plugin": "3.0.0-beta.3",
"prettier": "2.3.1",
"pretty-quick": "^3.1.1",
Expand All @@ -130,8 +138,8 @@
"webpack-eslint-plugin": "^1.2.0"
},
"scripts": {
"build": "webpack --mode production",
"build:library": "webpack --config webpack.config.library.js",
"build": "export NODE_OPTIONS=--openssl-legacy-provider;webpack --mode production",
"build:library": "export NODE_OPTIONS=--openssl-legacy-provider;webpack --config webpack.config.library.js",
"which-webpack": "which webpack",
"lint": "eslint --ext .js,.jsx --ignore-pattern public,static,dist ./src/",
"test": "node ./node_modules/jest-cli/bin/jest.js",
Expand Down
6 changes: 6 additions & 0 deletions src/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,11 @@ tr.highlight {
}

/* aBSREL */

#code-data-and-libraries {
display:none;
}

.hyphy-omega-bar line,
.hyphy-omega-bar path {
fill: none;
Expand Down Expand Up @@ -1632,3 +1637,4 @@ li.active > a:hover {
font-family:"Source Serif Pro",Iowan Old Style,Apple Garamond,Palatino Linotype,Times New Roman,"Droid Serif",Times,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}


Loading

0 comments on commit df5e7db

Please sign in to comment.