pheval-exomiser 0.2.4__py3-none-any.whl → 0.2.5__py3-none-any.whl
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.
- pheval_exomiser/post_process/post_process_results_format.py +6 -1
- {pheval_exomiser-0.2.4.dist-info → pheval_exomiser-0.2.5.dist-info}/METADATA +1 -1
- {pheval_exomiser-0.2.4.dist-info → pheval_exomiser-0.2.5.dist-info}/RECORD +5 -5
- {pheval_exomiser-0.2.4.dist-info → pheval_exomiser-0.2.5.dist-info}/WHEEL +0 -0
- {pheval_exomiser-0.2.4.dist-info → pheval_exomiser-0.2.5.dist-info}/entry_points.txt +0 -0
|
@@ -182,7 +182,12 @@ class PhEvalDiseaseResultFromExomiserJsonCreator:
|
|
|
182
182
|
)
|
|
183
183
|
except KeyError:
|
|
184
184
|
pass
|
|
185
|
-
return
|
|
185
|
+
return list(
|
|
186
|
+
{
|
|
187
|
+
(result.disease_identifier, result.score): result
|
|
188
|
+
for result in simplified_exomiser_result
|
|
189
|
+
}.values()
|
|
190
|
+
)
|
|
186
191
|
|
|
187
192
|
|
|
188
193
|
def create_standardised_results(
|
|
@@ -3,7 +3,7 @@ pheval_exomiser/cli.py,sha256=0SR1-L2sREEkFRfUPwYwkbSaBsz_L_Sxq1S4c9LQLJg,350
|
|
|
3
3
|
pheval_exomiser/constants.py,sha256=o_pLWF8kX74BqyTsAZa7twwSKzedLnpupCI90k_bMqY,517
|
|
4
4
|
pheval_exomiser/post_process/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
pheval_exomiser/post_process/post_process.py,sha256=ZLIGPeADGZn08jFc152QraiJnYSADlL35GOwxkCQDwA,901
|
|
6
|
-
pheval_exomiser/post_process/post_process_results_format.py,sha256=
|
|
6
|
+
pheval_exomiser/post_process/post_process_results_format.py,sha256=F1TpgLgeoNFFZTk7XaXLptCLOr6G3tdZC2cltXFtHx8,12261
|
|
7
7
|
pheval_exomiser/prepare/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
pheval_exomiser/prepare/create_batch_commands.py,sha256=tDUBtpfSmNGqHte-vrGnusYZzM59pOX1IAumqRDlnBE,17205
|
|
9
9
|
pheval_exomiser/prepare/tool_specific_configuration_options.py,sha256=Fd7Jfr6QwHhL1JK69D8FMwaAXe3cnG4IrBrB9JyEKlg,2792
|
|
@@ -12,7 +12,7 @@ pheval_exomiser/prepare/yaml_to_family_phenopacket.py,sha256=Hz77dHpVaRMV1fQWKmO
|
|
|
12
12
|
pheval_exomiser/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
pheval_exomiser/run/run.py,sha256=bK_gL52zRl71Lxe-i-P6L4-dMstxFAG6SVNPO6G823o,7109
|
|
14
14
|
pheval_exomiser/runner.py,sha256=LaWhC0F9LoPvP0Ie1sG2GkC8EG-tWjBBY_tFYmx6dxA,2548
|
|
15
|
-
pheval_exomiser-0.2.
|
|
16
|
-
pheval_exomiser-0.2.
|
|
17
|
-
pheval_exomiser-0.2.
|
|
18
|
-
pheval_exomiser-0.2.
|
|
15
|
+
pheval_exomiser-0.2.5.dist-info/METADATA,sha256=MT2XF1Jp5GolOEYk4txHyFRgqnwJMDRU-MEXsoJshEY,7475
|
|
16
|
+
pheval_exomiser-0.2.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
17
|
+
pheval_exomiser-0.2.5.dist-info/entry_points.txt,sha256=lbZMu-x7ns8UrFveWSqEQ1UB5l33TbRMomqBUyGYIwI,131
|
|
18
|
+
pheval_exomiser-0.2.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|