Commit 4a97fe0
authored
Update to hdxms-datasets version 0.3.3 (#379)
* add peptide pool reader
* add narwhals dep
* aggregate hd examiner
* test script (to be removed)
* add hd examiner input type
* update contructor to take 031 datasets
* classmethod takes cls parameter
* some parts of hdexaminer data input are now working
* remove old constructor method
* pull loading peptides out into function
* load full dataset, reuse fd control if missing in some states
* add openHDX test data
* parse states directly
* make hdxmeasurementset also accept list of states
* add example of loading from hdxms-datasets State objects
* update initial guesses example
* fix: rename to state
* remove spec download button
* adapt to loading v031 datasets
* update cli commands
* load via HDXmeasurementSet
* add main app for testing
* allow use of openHDX datasets via .zip file
* add missing compute step to yield uptake from cluster files
* update tests
* update single controller test script
* remove duplicate line
* add development docs
* delete old file
* update template
* loading from dataset
* drop nulls
* add dataclass for manual entries
* rename add_dataset_button to add_measurement_button for clarity
* time conversion is done by hdxms-datasets
* remove outdate state spec
* fix manually adding data
* rerun fitting example
* rerun docs examples
* add reading to narwhals dataframe method
* clean up imports
* remove filter_peptides in favour of the one in pyhdx.legacy
* removed unused import
* allow passing d_percentage as kwarg
* update d fit output to correct for not including t=0
* fix tests
* allow passing d percentage
* remove unused import of filter_peptides
* fix gui tests
* docs: fix spelling
* add testing .zip file
* update GUI test data
* bump hdxms-datasets requirement
* support python versions 3.11 and 3.12
* dont use conda install
* update requirements for python 3.11 and 3.12
* fix python version lower bound
* support py311 only
* ruff auto fix
* bump hdxms-datasets requirement1 parent 02ac8a5 commit 4a97fe0
File tree
87 files changed
+18881
-12639
lines changed- .github/workflows
- dev/gui
- docs/examples
- pyhdx
- web
- apps
- requirements
- templates
- tests
- test_data
- input
- HDX_D9096080
- data
- output
- ecsecb_delta_batch
- ecsecb_reduced_batch
- ecsecb_reduced
- main_web
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+18881
-12639
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
Large diffs are not rendered by default.
0 commit comments