@sjcrh/proteinpaint-rust 2.195.0 → 2.196.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 +0 -11
- package/package.json +1 -1
- package/src/readH5.rs +0 -781
- package/src/readHDF5.rs +0 -1188
- package/src/validateHDF5.rs +0 -247
package/Cargo.toml
CHANGED
|
@@ -91,22 +91,11 @@ path="src/genesetORA.rs"
|
|
|
91
91
|
name="computeTopTerms"
|
|
92
92
|
path="src/computeTopTerms.rs"
|
|
93
93
|
|
|
94
|
-
[[bin]]
|
|
95
|
-
name="readHDF5"
|
|
96
|
-
path="src/readHDF5.rs"
|
|
97
|
-
|
|
98
|
-
[[bin]]
|
|
99
|
-
name="validateHDF5"
|
|
100
|
-
path="src/validateHDF5.rs"
|
|
101
94
|
|
|
102
95
|
[[bin]]
|
|
103
96
|
name="cerno"
|
|
104
97
|
path="src/cerno.rs"
|
|
105
98
|
|
|
106
|
-
[[bin]]
|
|
107
|
-
name="readH5"
|
|
108
|
-
path="src/readH5.rs"
|
|
109
|
-
|
|
110
99
|
[[bin]]
|
|
111
100
|
name="dmrcate"
|
|
112
101
|
path="src/dmrcate.rs"
|
package/package.json
CHANGED