ghga-transpiler 2.1.5__tar.gz → 2.2.1__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 (29) hide show
  1. {ghga_transpiler-2.1.5/src/ghga_transpiler.egg-info → ghga_transpiler-2.2.1}/PKG-INFO +1 -1
  2. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/pyproject.toml +1 -1
  3. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/__init__.py +1 -1
  4. ghga_transpiler-2.2.1/src/ghga_transpiler/configs/2.0.yaml +170 -0
  5. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1/src/ghga_transpiler.egg-info}/PKG-INFO +1 -1
  6. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler.egg-info/SOURCES.txt +1 -0
  7. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/LICENSE +0 -0
  8. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/README.md +0 -0
  9. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/setup.cfg +0 -0
  10. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/__main__.py +0 -0
  11. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/cli.py +0 -0
  12. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/config/__init__.py +0 -0
  13. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/config/config.py +0 -0
  14. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/config/exceptions.py +0 -0
  15. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/configs/0.10.yaml +0 -0
  16. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/configs/1.0.yaml +0 -0
  17. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/configs/1.1.yaml +0 -0
  18. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/configs/__init__.py +0 -0
  19. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/core.py +0 -0
  20. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/io.py +0 -0
  21. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler/transformations.py +0 -0
  22. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler.egg-info/dependency_links.txt +0 -0
  23. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler.egg-info/entry_points.txt +0 -0
  24. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler.egg-info/requires.txt +0 -0
  25. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/src/ghga_transpiler.egg-info/top_level.txt +0 -0
  26. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/tests/test_convert_workbook.py +0 -0
  27. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/tests/test_create_config.py +0 -0
  28. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/tests/test_io.py +0 -0
  29. {ghga_transpiler-2.1.5 → ghga_transpiler-2.2.1}/tests/test_process_workbook.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ghga_transpiler
3
- Version: 2.1.5
3
+ Version: 2.2.1
4
4
  Summary: GHGA-Transpiler - excel to JSON converter
5
5
  Author-email: "German Human Genome Phenome Archive (GHGA)" <contact@ghga.de>
6
6
  License: Apache 2.0
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Intended Audience :: Developers",
22
22
  ]
23
23
  name = "ghga_transpiler"
24
- version = "2.1.5"
24
+ version = "2.2.1"
25
25
  description = "GHGA-Transpiler - excel to JSON converter"
26
26
  dependencies = [
27
27
  "typer >= 0.12",
@@ -18,7 +18,7 @@
18
18
 
19
19
  from openpyxl.xml import DEFUSEDXML
20
20
 
21
- __version__ = "2.1.5"
21
+ __version__ = "2.2.1"
22
22
 
23
23
  if not DEFUSEDXML:
24
24
  raise RuntimeError(
@@ -0,0 +1,170 @@
1
+ ghga_metadata_version: 2.0.0
2
+ default_settings:
3
+ header_row: 1
4
+ start_row: 7
5
+ start_column: 1
6
+ transformations:
7
+ attributes:
8
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
9
+ format:
10
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
11
+ worksheets:
12
+ - settings:
13
+ end_column: 7
14
+ name: analyses
15
+ transformations:
16
+ research_data_files:
17
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
18
+ sheet_name: Analysis
19
+ - settings:
20
+ end_column: 11
21
+ name: analysis_methods
22
+ transformations:
23
+ parameters:
24
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
25
+ software_versions:
26
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
27
+ sheet_name: AnalysisMethod
28
+ - settings:
29
+ end_column: 7
30
+ name: analysis_method_supporting_files
31
+ sheet_name: AnalysisMethodSupportingFile
32
+ - settings:
33
+ end_column: 7
34
+ name: studies
35
+ transformations:
36
+ affiliations:
37
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
38
+ attributes:
39
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
40
+ types:
41
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case_list []
42
+ attributes:
43
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
44
+ sheet_name: Study
45
+ - settings:
46
+ end_column: 10
47
+ name: individuals
48
+ transformations:
49
+ phenotypic_features_terms:
50
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
51
+ phenotypic_features_ids:
52
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
53
+ diagnosis_ids:
54
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
55
+ diagnosis_terms:
56
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
57
+ sex:
58
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
59
+ ancestry_terms:
60
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
61
+ ancestry_ids:
62
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
63
+ sheet_name: Individual
64
+ - settings:
65
+ end_column: 7
66
+ name: individual_supporting_files
67
+ sheet_name: IndividualSupportingFile
68
+ - settings:
69
+ end_column: 21
70
+ name: samples
71
+ transformations:
72
+ type:
73
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
74
+ storage:
75
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
76
+ disease_or_healthy:
77
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
78
+ case_control_status:
79
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
80
+ xref: !!python/object/apply:ghga_transpiler.transformations.to_list []
81
+ biospecimen_age_at_sampling:
82
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
83
+ biospecimen_vital_status_at_sampling:
84
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
85
+ biospecimen_isolation:
86
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
87
+ biospecimen_storage:
88
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
89
+ attributes:
90
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
91
+ sheet_name: Sample
92
+ - settings:
93
+ end_column: 23
94
+ name: experiment_methods
95
+ transformations:
96
+ library_type:
97
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
98
+ library_selection_methods:
99
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case_list []
100
+ library_preparation_kit_retail_name:
101
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
102
+ primer:
103
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
104
+ end_bias:
105
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
106
+ target_regions:
107
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
108
+ rnaseq_strandedness:
109
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
110
+ instrument_model:
111
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
112
+ sequencing_layout:
113
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
114
+ flow_cell_type:
115
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
116
+ sample_barcode_read:
117
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
118
+ sequencing_layout:
119
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
120
+ attributes:
121
+ !!python/object/apply:ghga_transpiler.transformations.to_attributes []
122
+ sheet_name: ExperimentMethod
123
+ - settings:
124
+ end_column: 7
125
+ name: experiment_method_supporting_files
126
+ sheet_name: ExperimentMethodSupportingFile
127
+ - settings:
128
+ end_column: 8
129
+ name: experiments
130
+ sheet_name: Experiment
131
+ - settings:
132
+ end_column: 9
133
+ name: research_data_files
134
+ transformations:
135
+ experiments:
136
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
137
+ format:
138
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
139
+ sheet_name: ResearchDataFile
140
+ - settings:
141
+ end_column: 7
142
+ name: process_data_files
143
+ sheet_name: ProcessDataFile
144
+ - settings:
145
+ end_column: 7
146
+ name: datasets
147
+ transformations:
148
+ types: !!python/object/apply:ghga_transpiler.transformations.to_list []
149
+ sheet_name: Dataset
150
+ - settings:
151
+ end_column: 11
152
+ name: data_access_policies
153
+ transformations:
154
+ data_use_modifier_terms:
155
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case_list []
156
+ data_use_permission_term:
157
+ !!python/object/apply:ghga_transpiler.transformations.to_snake_case []
158
+ data_use_modifier_ids:
159
+ !!python/object/apply:ghga_transpiler.transformations.to_list []
160
+ sheet_name: DataAccessPolicy
161
+ - settings:
162
+ end_column: 4
163
+ name: data_access_committees
164
+ sheet_name: DataAccessCommittee
165
+ - settings:
166
+ end_column: 9
167
+ name: publications
168
+ transformations:
169
+ xref: !!python/object/apply:ghga_transpiler.transformations.to_list []
170
+ sheet_name: Publication
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ghga_transpiler
3
- Version: 2.1.5
3
+ Version: 2.2.1
4
4
  Summary: GHGA-Transpiler - excel to JSON converter
5
5
  Author-email: "German Human Genome Phenome Archive (GHGA)" <contact@ghga.de>
6
6
  License: Apache 2.0
@@ -19,6 +19,7 @@ src/ghga_transpiler/config/exceptions.py
19
19
  src/ghga_transpiler/configs/0.10.yaml
20
20
  src/ghga_transpiler/configs/1.0.yaml
21
21
  src/ghga_transpiler/configs/1.1.yaml
22
+ src/ghga_transpiler/configs/2.0.yaml
22
23
  src/ghga_transpiler/configs/__init__.py
23
24
  tests/test_convert_workbook.py
24
25
  tests/test_create_config.py
File without changes