Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Jan 14, 2024
1 parent 724abaa commit 7e305a6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cgi-bin/core/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
//=============================================================================
/** Current version of eFP-Seq Browser with the following format: [v-version][version number: #.#.#][-][p-public OR d-dev][year - 4 digits][month - 2 digits][day - 2 digits] */
const version = "v1.3.14-p20231220";
const version = "v1.3.14-p20240113";

/** Selected RPKM mode */
let colouring_mode = "abs";
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/core/custom.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cgi-bin/core/packages/mathJS/math.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cgi-bin/core/packages/mathJS/math.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"private": true,
"description": "Search among 113 RNA-seq data sets used by Araport 11 to reannotate the Arabidopsis genome (Cheng et al. 2016, http://biorxiv.org/content/early/2016/04/05/047308). The eFP-Seq Browser will retrieve the number of reads mapped and display these above the desired Araport 11 gene model. You can sort or filter the columns.",
"devDependencies": {
"prettier": "^3.1.1",
"prettier": "^3.2.1",
"workbox-cli": "^7.0.0"
},
"main": "index.html",
Expand Down

0 comments on commit 7e305a6

Please sign in to comment.