pheval-exomiser 0.4.4__tar.gz → 0.4.5__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.
Files changed (16) hide show
  1. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/PKG-INFO +4 -4
  2. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/README.md +3 -3
  3. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/pyproject.toml +1 -1
  4. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/__init__.py +0 -0
  5. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/cli.py +0 -0
  6. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/constants.py +0 -0
  7. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/post_process/__init__.py +0 -0
  8. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/post_process/post_process.py +0 -0
  9. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/post_process/post_process_results_format.py +0 -0
  10. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/prepare/__init__.py +0 -0
  11. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/prepare/create_batch_commands.py +0 -0
  12. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/prepare/tool_specific_configuration_options.py +0 -0
  13. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/prepare/write_application_properties.py +0 -0
  14. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/run/__init__.py +0 -0
  15. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/run/run.py +0 -0
  16. {pheval_exomiser-0.4.4 → pheval_exomiser-0.4.5}/src/pheval_exomiser/runner.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pheval_exomiser
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary:
5
5
  Author: Yasemin Bridges
6
6
  Author-email: y.bridges@qmul.ac.uk
@@ -52,9 +52,9 @@ A `config.yaml` should be located in the input directory and formatted like so:
52
52
  ```yaml
53
53
  tool: exomiser
54
54
  tool_version: 13.2.0
55
- variant_analysis: True
56
- gene_analysis: True
57
- disease_analysis: False
55
+ variant_analysis: true
56
+ gene_analysis: true
57
+ disease_analysis: false
58
58
  tool_specific_configuration_options:
59
59
  environment: local
60
60
  exomiser_software_directory: exomiser-cli-13.2.0
@@ -28,9 +28,9 @@ A `config.yaml` should be located in the input directory and formatted like so:
28
28
  ```yaml
29
29
  tool: exomiser
30
30
  tool_version: 13.2.0
31
- variant_analysis: True
32
- gene_analysis: True
33
- disease_analysis: False
31
+ variant_analysis: true
32
+ gene_analysis: true
33
+ disease_analysis: false
34
34
  tool_specific_configuration_options:
35
35
  environment: local
36
36
  exomiser_software_directory: exomiser-cli-13.2.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pheval_exomiser"
3
- version = "0.4.4"
3
+ version = "0.4.5"
4
4
  description = ""
5
5
  authors = ["Yasemin Bridges <y.bridges@qmul.ac.uk>",
6
6
  "Julius Jacobsen <j.jacobsen@qmul.ac.uk>",