@sjcrh/proteinpaint-rust 2.34.0 → 2.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Cargo.toml +4 -4
  2. package/package.json +1 -1
package/Cargo.toml CHANGED
@@ -26,7 +26,7 @@ serde = {version = "^1.0.147", features = ["derive"]}
26
26
  serde_json="^1.0.88"
27
27
  num = "^0.4.1"
28
28
  csv = "^1.2.2"
29
- #r_mathlib="^0.2.0" # Uncomment this line to activate DE expression app for high sample sizes
29
+ r_mathlib="^0.2.0" # Uncomment this line to activate DE expression app for high sample sizes
30
30
  tokio = { version="1", features = ["full"] }
31
31
  reqwest = "0.11"
32
32
  flate2 = "1"
@@ -81,6 +81,6 @@ path="src/gene_variance.rs"
81
81
  #path="src/wilcoxon.rs"
82
82
 
83
83
  # Uncomment the lines below to use DE app for higher sample sizes
84
- #[[bin]]
85
- #name="DEanalysis"
86
- #path="src/DEanalysis.rs"
84
+ [[bin]]
85
+ name="DEanalysis"
86
+ path="src/DEanalysis.rs"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.34.0",
2
+ "version": "2.37.0",
3
3
  "name": "@sjcrh/proteinpaint-rust",
4
4
  "description": "Rust-based utilities for proteinpaint",
5
5
  "main": "index.js",