pheval 0.5.3__tar.gz → 0.5.4__tar.gz
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.
Potentially problematic release.
This version of pheval might be problematic. Click here for more details.
- {pheval-0.5.3 → pheval-0.5.4}/PKG-INFO +1 -1
- {pheval-0.5.3 → pheval-0.5.4}/pyproject.toml +1 -1
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/post_processing/post_processing.py +4 -12
- {pheval-0.5.3 → pheval-0.5.4}/LICENSE +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/README.md +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/benchmark.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/benchmark_db_manager.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/benchmark_output_type.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/binary_classification_curves.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/binary_classification_stats.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/generate_plots.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/generate_rank_comparisons.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/rank_stats.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/analyse/run_data_parser.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/cli.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/cli_pheval.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/cli_pheval_utils.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/config_parser.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/implementations/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/infra/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/infra/exomiserdb.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/post_processing/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/post_processing/phenopacket_truth_set.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/post_processing/validate_result_format.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/prepare/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/prepare/create_noisy_phenopackets.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/prepare/create_spiked_vcf.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/prepare/custom_exceptions.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/prepare/prepare_corpus.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/prepare/update_phenopacket.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/CADA_results.txt +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/DeepPVP_results.txt +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/OVA_results.txt +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/Phen2Gene_results.json +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/Phenolyzer_results.txt +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/lirical_results.tsv +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/alternate_ouputs/svanna_results.tsv +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/resources/hgnc_complete_set.txt +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/run_metadata.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/runners/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/runners/runner.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/__init__.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/docs_gen.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/docs_gen.sh +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/exomiser.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/file_utils.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/logger.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/phenopacket_utils.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/semsim_utils.py +0 -0
- {pheval-0.5.3 → pheval-0.5.4}/src/pheval/utils/utils.py +0 -0
|
@@ -151,6 +151,10 @@ def create_empty_pheval_result(
|
|
|
151
151
|
"""
|
|
152
152
|
if result_type in executed_results:
|
|
153
153
|
return
|
|
154
|
+
logger.info(
|
|
155
|
+
f"Writing classified results for {len(all_files(phenopacket_dir))} "
|
|
156
|
+
f"phenopackets to {output_dir}"
|
|
157
|
+
)
|
|
154
158
|
executed_results.add(result_type)
|
|
155
159
|
phenopacket_truth_set = PhenopacketTruthSet(phenopacket_dir)
|
|
156
160
|
classify_method, write_method = _get_result_type(result_type, phenopacket_truth_set)
|
|
@@ -180,10 +184,6 @@ def generate_gene_result(
|
|
|
180
184
|
phenopacket_dir (Path): Path to the Phenopacket directory
|
|
181
185
|
"""
|
|
182
186
|
output_file = output_dir.joinpath(f"pheval_gene_results/{result_path.stem}-gene_result.parquet")
|
|
183
|
-
logger.info(
|
|
184
|
-
f"Writing classified results for {len(all_files(phenopacket_dir))} "
|
|
185
|
-
f"phenopackets to {output_dir.joinpath('pheval_gene_results')}"
|
|
186
|
-
)
|
|
187
187
|
create_empty_pheval_result(
|
|
188
188
|
phenopacket_dir, output_dir.joinpath("pheval_gene_results"), ResultType.GENE
|
|
189
189
|
)
|
|
@@ -214,10 +214,6 @@ def generate_variant_result(
|
|
|
214
214
|
output_file = output_dir.joinpath(
|
|
215
215
|
f"pheval_variant_results/{result_path.stem}-variant_result.parquet"
|
|
216
216
|
)
|
|
217
|
-
logger.info(
|
|
218
|
-
f"Writing classified results for {len(all_files(phenopacket_dir))} "
|
|
219
|
-
f"phenopackets to {output_dir.joinpath('pheval_variant_results')}"
|
|
220
|
-
)
|
|
221
217
|
create_empty_pheval_result(
|
|
222
218
|
phenopacket_dir, output_dir.joinpath("pheval_variant_results"), ResultType.VARIANT
|
|
223
219
|
)
|
|
@@ -250,10 +246,6 @@ def generate_disease_result(
|
|
|
250
246
|
output_file = output_dir.joinpath(
|
|
251
247
|
f"pheval_disease_results/{result_path.stem}-disease_result.parquet"
|
|
252
248
|
)
|
|
253
|
-
logger.info(
|
|
254
|
-
f"Writing classified results for {len(all_files(phenopacket_dir))} "
|
|
255
|
-
f"phenopackets to {output_dir.joinpath('pheval_disease_results')}"
|
|
256
|
-
)
|
|
257
249
|
create_empty_pheval_result(
|
|
258
250
|
phenopacket_dir, output_dir.joinpath("pheval_disease_results"), ResultType.DISEASE
|
|
259
251
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|