@sjcrh/proteinpaint-rust 2.189.0 → 2.191.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.
package/Cargo.toml CHANGED
@@ -41,7 +41,6 @@ num_cpus = "1.16.0"
41
41
  memchr = "2"
42
42
  r2d2_sqlite = "0.29.0"
43
43
  r2d2 = "0.8.10"
44
- rig-core = "0.22.0"
45
44
  url = "2.5.7"
46
45
  async-stream = "0.3.6"
47
46
  base64 = "0.22.1"
@@ -120,22 +119,6 @@ path="src/cerno.rs"
120
119
  name="readH5"
121
120
  path="src/readH5.rs"
122
121
 
123
- [[bin]]
124
- name="manhattan_plot"
125
- path="src/manhattan_plot.rs"
126
-
127
- [[bin]]
128
- name="query_classification"
129
- path="src/query_classification.rs"
130
-
131
- [[bin]]
132
- name="summary_agent"
133
- path="src/summary_agent.rs"
134
-
135
122
  [[bin]]
136
123
  name="dmrcate"
137
124
  path="src/dmrcate.rs"
138
-
139
- [[bin]]
140
- name="volcano"
141
- path="src/volcano.rs"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.189.0",
2
+ "version": "2.191.0",
3
3
  "name": "@sjcrh/proteinpaint-rust",
4
4
  "type": "module",
5
5
  "description": "Rust-based utilities for proteinpaint",