pheval-exomiser 0.2.1__py3-none-any.whl → 0.2.2__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.
@@ -7,7 +7,7 @@ from typing import Optional
7
7
  import click
8
8
  from phenopackets import Family, Phenopacket
9
9
  from pheval.prepare.custom_exceptions import MutuallyExclusiveOptionError
10
- from pheval.utils.file_utils import all_files, files_with_suffix, obtain_closest_file_name
10
+ from pheval.utils.file_utils import all_files, files_with_suffix
11
11
  from pheval.utils.phenopacket_utils import PhenopacketUtil, phenopacket_reader
12
12
 
13
13
  from pheval_exomiser.constants import (
@@ -69,7 +69,9 @@ class CommandCreator:
69
69
  return (
70
70
  self.output_options_file
71
71
  if self.output_options_dir_files is None
72
- else obtain_closest_file_name(self.phenopacket_path, self.output_options_dir_files)
72
+ else self.output_options_dir_files[0].parent.joinpath(
73
+ self.phenopacket_path.stem + "-output_options.yml"
74
+ )
73
75
  )
74
76
 
75
77
  def add_phenotype_only_arguments(self) -> ExomiserCommandLineArguments:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pheval_exomiser
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary:
5
5
  Author: Yasemin Bridges
6
6
  Author-email: y.bridges@qmul.ac.uk
@@ -5,14 +5,14 @@ pheval_exomiser/post_process/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
5
5
  pheval_exomiser/post_process/post_process.py,sha256=ZLIGPeADGZn08jFc152QraiJnYSADlL35GOwxkCQDwA,901
6
6
  pheval_exomiser/post_process/post_process_results_format.py,sha256=WVtCQv5uiFk-6xL6zKsB0VWR2L52kCji_1fsXLitX3o,12112
7
7
  pheval_exomiser/prepare/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- pheval_exomiser/prepare/create_batch_commands.py,sha256=tp5edNdpIQWp_XBTSNNhUtsA6EZvKOgu1FiDTmhWgiU,16190
8
+ pheval_exomiser/prepare/create_batch_commands.py,sha256=G2VJ6xPgajYcNovVO1iC2PKePbU97-BqjbBONiC-hy4,16224
9
9
  pheval_exomiser/prepare/tool_specific_configuration_options.py,sha256=i4aXdEVfAnA6uQD4ZOk_OO4nXAVIFQ1nN_aVul56DZg,2661
10
10
  pheval_exomiser/prepare/write_application_properties.py,sha256=KmG7GvkQo8AhnhRyqohTFvqjfhEhbcs78UYYoigxJ3w,8933
11
11
  pheval_exomiser/prepare/yaml_to_family_phenopacket.py,sha256=Hz77dHpVaRMV1fQWKmOCqCKJfmk_hdpZh_6o7hq9Sec,14452
12
12
  pheval_exomiser/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  pheval_exomiser/run/run.py,sha256=6RokrunCoouhP_c4xpGR3EDzK6nxx_iOgyG3q1PYZmk,6892
14
14
  pheval_exomiser/runner.py,sha256=LaWhC0F9LoPvP0Ie1sG2GkC8EG-tWjBBY_tFYmx6dxA,2548
15
- pheval_exomiser-0.2.1.dist-info/METADATA,sha256=5_4_INuZMSIuqPRo_puvFn8rKd4YMbmtSNQm2qEF_H8,7059
16
- pheval_exomiser-0.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
17
- pheval_exomiser-0.2.1.dist-info/entry_points.txt,sha256=lbZMu-x7ns8UrFveWSqEQ1UB5l33TbRMomqBUyGYIwI,131
18
- pheval_exomiser-0.2.1.dist-info/RECORD,,
15
+ pheval_exomiser-0.2.2.dist-info/METADATA,sha256=rdejFLD-k0Ngc8lEtSCrU-QSoLkKiI7pGroWcat8rfA,7059
16
+ pheval_exomiser-0.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
17
+ pheval_exomiser-0.2.2.dist-info/entry_points.txt,sha256=lbZMu-x7ns8UrFveWSqEQ1UB5l33TbRMomqBUyGYIwI,131
18
+ pheval_exomiser-0.2.2.dist-info/RECORD,,