Skip to content

Commit d7f8ed2

Browse files
committed
update-version-111.0.0
1 parent 5a66714 commit d7f8ed2

160 files changed

Lines changed: 274 additions & 364 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The Python client is autogenerated based on this [IGVF OpenAPI specification](ht
44

55
*Note while the API endpoints are relatively stable, the underlying data model is still evolving, and changing fields/types can cause breaking changes. The latest version of the client reflects the latest version of the schema used by the API.*
66

7-
- API version: 110.0.0
8-
- Package version: 110.0.0
7+
- API version: 111.0.0
8+
- Package version: 111.0.0
99
- Generator version: 7.7.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111

docs/IgvfApi.md

Lines changed: 6 additions & 9 deletions
Large diffs are not rendered by default.

docs/InVitroSystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
5252
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
5353
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
5454
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
55-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
55+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
5656
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
5757
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
5858
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
@@ -87,7 +87,7 @@ Name | Type | Description | Notes
8787
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]
8888
**lower_bound_age_in_hours** | **float** | Lower bound of age of organism in hours at the time of collection of the sample . | [optional]
8989
**pooled_in** | **List[str]** | The pooled samples in which this sample is included. | [optional]
90-
**demultiplexed_to** | **List[str]** | The parts into which this sample has been demultiplexed. | [optional]
90+
**demultiplexed_to** | **List[str]** | The in vitro system samples this in vitro system sample has been demultiplexed into. | [optional]
9191

9292
## Example
9393

docs/Item.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
6565
**dbxrefs** | **List[str]** | Biosample identifiers from external resources, such as Biosample database or Cellosaurus. | [optional]
6666
**sex** | **str** | | [optional]
6767
**phenotypic_features** | **List[str]** | A list of associated phenotypic features of the donor. | [optional]
68-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
68+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
6969
**supersedes** | **List[str]** | The sample(s) that this sample supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
7070
**related_donors** | [**List[RelatedDonor]**](RelatedDonor.md) | Familial relations of this donor. | [optional]
7171
**ethnicities** | **List[str]** | Ethnicity of the donor. | [optional]
@@ -390,19 +390,17 @@ Name | Type | Description | Notes
390390
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]
391391
**lower_bound_age_in_hours** | **float** | Lower bound of age of organism in hours at the time of collection of the sample . | [optional]
392392
**pooled_in** | **List[str]** | The pooled samples in which this sample is included. | [optional]
393-
**demultiplexed_to** | **List[str]** | The parts into which this sample has been demultiplexed. | [optional]
393+
**demultiplexed_to** | **List[str]** | The in vitro system samples this multiplexed sample has been demultiplexed into. | [optional]
394394
**multiplexed_samples** | **List[str]** | The samples multiplexed together to produce this sample. | [optional]
395395
**multiplexing_methods** | **List[str]** | The methods used for multiplexing and demultiplexing. | [optional]
396396
**sample_material** | **str** | | [optional]
397397
**pmi** | **int** | The amount of time elapsed since death. | [optional]
398398
**pmi_units** | **str** | The unit in which the PMI time was reported. | [optional]
399-
**ccf_id** | **str** | HubMap Common Coordinate Framework unique identifier corresponding to the organ, biological structure, and spatial location of the tissue specimen within an organ. | [optional]
400399
**preservation_method** | **str** | The method by which the tissue/organ was preserved: cryopreservation (slow-freeze) or flash-freezing. | [optional]
401400
**used_by** | **List[str]** | The component(s) of the IGVF consortium that utilize this software. | [optional]
402401
**categories** | **List[str]** | The general categories of this software. | [optional]
403402
**versions** | **List[str]** | A list of versions that have been released for this software. | [optional]
404403
**version** | **str** | The version of a particular software. | [optional]
405-
**download_id** | **str** | The MD5 checksum, SHA-1 commit ID, image hash, or similar permanent identifier of the particular version of software used. | [optional]
406404
**amount** | **float** | Specific quantity of the applied treatment (used in conjunction with amount_units). | [optional]
407405
**amount_units** | **str** | A unit for an amount other than those for time or temperature. | [optional]
408406
**duration** | **float** | Duration indicates the time elapsed between the start and end of the treatment. | [optional]

docs/MultiplexedSample.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
3434
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
3535
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
3636
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
37-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
37+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
3838
**construct_library_sets** | **List[str]** | The construct library sets of the samples included in this multiplexed sample. | [optional]
3939
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
4040
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
@@ -57,6 +57,7 @@ Name | Type | Description | Notes
5757
**origin_of** | **List[str]** | The samples which originate from this sample, such as through a process of cell fate change or the introduction of a genetic material. | [optional]
5858
**institutional_certificates** | **List[str]** | The institutional certificates of the samples included in this multiplexed sample. | [optional]
5959
**superseded_by** | **List[str]** | Sample(s) this sample is superseded by virtue of those sample(s) being newer, better, or a fixed version of etc. than this one. | [optional]
60+
**demultiplexed_to** | **List[str]** | The in vitro system samples this multiplexed sample has been demultiplexed into. | [optional]
6061
**sample_terms** | **List[str]** | The sample terms of the samples included in this multiplexed sample. | [optional]
6162
**taxa** | **str** | The species of the organism. | [optional]
6263
**disease_terms** | **List[str]** | The disease terms of the samples included in this multiplexed sample. | [optional]

docs/PrimaryCell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
5252
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
5353
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
5454
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
55-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
55+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
5656
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
5757
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
5858
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]

docs/SearchResultItem.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
6565
**dbxrefs** | **List[str]** | Biosample identifiers from external resources, such as Biosample database or Cellosaurus. | [optional]
6666
**sex** | **str** | | [optional]
6767
**phenotypic_features** | **List[str]** | A list of associated phenotypic features of the donor. | [optional]
68-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
68+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
6969
**supersedes** | **List[str]** | The sample(s) that this sample supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
7070
**related_donors** | [**List[RelatedDonor]**](RelatedDonor.md) | Familial relations of this donor. | [optional]
7171
**ethnicities** | **List[str]** | Ethnicity of the donor. | [optional]
@@ -390,19 +390,17 @@ Name | Type | Description | Notes
390390
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]
391391
**lower_bound_age_in_hours** | **float** | Lower bound of age of organism in hours at the time of collection of the sample . | [optional]
392392
**pooled_in** | **List[str]** | The pooled samples in which this sample is included. | [optional]
393-
**demultiplexed_to** | **List[str]** | The parts into which this sample has been demultiplexed. | [optional]
393+
**demultiplexed_to** | **List[str]** | The in vitro system samples this multiplexed sample has been demultiplexed into. | [optional]
394394
**multiplexed_samples** | **List[str]** | The samples multiplexed together to produce this sample. | [optional]
395395
**multiplexing_methods** | **List[str]** | The methods used for multiplexing and demultiplexing. | [optional]
396396
**sample_material** | **str** | | [optional]
397397
**pmi** | **int** | The amount of time elapsed since death. | [optional]
398398
**pmi_units** | **str** | The unit in which the PMI time was reported. | [optional]
399-
**ccf_id** | **str** | HubMap Common Coordinate Framework unique identifier corresponding to the organ, biological structure, and spatial location of the tissue specimen within an organ. | [optional]
400399
**preservation_method** | **str** | The method by which the tissue/organ was preserved: cryopreservation (slow-freeze) or flash-freezing. | [optional]
401400
**used_by** | **List[str]** | The component(s) of the IGVF consortium that utilize this software. | [optional]
402401
**categories** | **List[str]** | The general categories of this software. | [optional]
403402
**versions** | **List[str]** | A list of versions that have been released for this software. | [optional]
404403
**version** | **str** | The version of a particular software. | [optional]
405-
**download_id** | **str** | The MD5 checksum, SHA-1 commit ID, image hash, or similar permanent identifier of the particular version of software used. | [optional]
406404
**amount** | **float** | Specific quantity of the applied treatment (used in conjunction with amount_units). | [optional]
407405
**amount_units** | **str** | A unit for an amount other than those for time or temperature. | [optional]
408406
**duration** | **float** | Duration indicates the time elapsed between the start and end of the treatment. | [optional]

docs/SoftwareVersion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Name | Type | Description | Notes
2323
**description** | **str** | A plain text description of the object. | [optional]
2424
**software** | **str** | Unique name of the software package. | [optional]
2525
**version** | **str** | The version of a particular software. | [optional]
26-
**download_id** | **str** | The MD5 checksum, SHA-1 commit ID, image hash, or similar permanent identifier of the particular version of software used. | [optional]
2726
**id** | **str** | | [optional]
2827
**type** | **List[str]** | | [optional]
2928
**summary** | **str** | | [optional]

docs/TechnicalSample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Name | Type | Description | Notes
3737
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
3838
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
3939
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
40-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
40+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
4141
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
4242
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
4343
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]

docs/Tissue.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
5252
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
5353
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
5454
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
55-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
55+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
5656
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
5757
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
5858
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
@@ -63,7 +63,6 @@ Name | Type | Description | Notes
6363
**selection_conditions** | **List[str]** | The conditions used for selecting the sample. | [optional]
6464
**pmi** | **int** | The amount of time elapsed since death. | [optional]
6565
**pmi_units** | **str** | The unit in which the PMI time was reported. | [optional]
66-
**ccf_id** | **str** | HubMap Common Coordinate Framework unique identifier corresponding to the organ, biological structure, and spatial location of the tissue specimen within an organ. | [optional]
6766
**preservation_method** | **str** | The method by which the tissue/organ was preserved: cryopreservation (slow-freeze) or flash-freezing. | [optional]
6867
**id** | **str** | | [optional]
6968
**type** | **List[str]** | | [optional]

0 commit comments

Comments
 (0)