Skip to content

Commit d8d1aaa

Browse files
committed
update-version-105.0.0
1 parent 11ce9da commit d8d1aaa

168 files changed

Lines changed: 564 additions & 834 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
@@ -5,8 +5,8 @@ The Python client is autogenerated based on this [IGVF OpenAPI specification](ht
55

66
*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.*
77

8-
- API version: 104.0.0
9-
- Package version: 104.0.0
8+
- API version: 105.0.0
9+
- Package version: 105.0.0
1010
- Generator version: 7.8.0
1111
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1212

docs/AnalysisSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A file set for analyses. Analysis sets represent the results of a computational
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
910
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1011
**input_file_sets** | **List[str]** | The file set(s) required for this analysis. | [optional]
1112
**release_timestamp** | **str** | The date the object was released. | [optional]
@@ -46,7 +47,6 @@ Name | Type | Description | Notes
4647
**construct_library_sets** | **List[str]** | The construct library sets associated with the samples of this file set. | [optional]
4748
**data_use_limitation_summaries** | **List[str]** | The data use limitation summaries of institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
4849
**controlled_access** | **bool** | The controlled access of the institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
49-
**is_on_anvil** | **bool** | Indicates whether this file set has been submitted to AnVIL. | [optional]
5050
**preferred_assay_titles** | **List[str]** | Preferred Assay Title(s) of assays that produced data analyzed in the analysis set. | [optional]
5151
**assay_titles** | **List[str]** | Ontology term names from Ontology of Biomedical Investigations (OBI) for assays | [optional]
5252
**protocols** | **List[str]** | Links to the protocol(s) for conducting the assay on Protocols.io. | [optional]

docs/AsyncIgvfApi.md

Lines changed: 21 additions & 30 deletions
Large diffs are not rendered by default.

docs/AuxiliarySet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Auxiliary set is a file set that hosts raw data files (e.g. FASTQs) resulting fr
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
910
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1011
**release_timestamp** | **str** | The date the object was released. | [optional]
1112
**publications** | **List[str]** | The publications associated with this object. | [optional]
@@ -43,7 +44,6 @@ Name | Type | Description | Notes
4344
**construct_library_sets** | **List[str]** | The construct library sets associated with the samples of this file set. | [optional]
4445
**data_use_limitation_summaries** | **List[str]** | The data use limitation summaries of institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
4546
**controlled_access** | **bool** | The controlled access of the institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
46-
**is_on_anvil** | **bool** | Indicates whether this file set has been submitted to AnVIL. | [optional]
4747
**measurement_sets** | **List[str]** | The measurement sets that link to this auxiliary set. | [optional]
4848
**preferred_assay_titles** | **List[str]** | The preferred assay titles of the measurement sets that used this auxiliary set. | [optional]
4949
**assay_titles** | **List[str]** | Ontology term names from Ontology of Biomedical Investigations (OBI) for assays | [optional]

docs/ConstructLibrarySet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Construct library set is a file set that hosts raw data files (e.g. FASTQs) resu
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
910
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1011
**control_file_sets** | **List[str]** | File sets that can serve as scientific controls for this file set. | [optional]
1112
**small_scale_loci_list** | [**List[Locus1]**](Locus1.md) | A small scale (<=100) list of specific chromosomal region(s). | [optional]
@@ -63,7 +64,6 @@ Name | Type | Description | Notes
6364
**construct_library_sets** | **List[str]** | The construct library sets associated with the samples of this file set. | [optional]
6465
**data_use_limitation_summaries** | **List[str]** | The data use limitation summaries of institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
6566
**controlled_access** | **bool** | The controlled access of the institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
66-
**is_on_anvil** | **bool** | Indicates whether this file set has been submitted to AnVIL. | [optional]
6767
**samples** | **List[str]** | The samples this construct library set was applied to. | [optional]
6868
**file_sets** | **List[str]** | The file sets that used this construct library set. | [optional]
6969
**preferred_assay_titles** | **List[str]** | The preferred assay titles of the file sets that used this construct library set. | [optional]

docs/CuratedSet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Name | Type | Description | Notes
4343
**construct_library_sets** | **List[str]** | The construct library sets associated with the samples of this file set. | [optional]
4444
**data_use_limitation_summaries** | **List[str]** | The data use limitation summaries of institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
4545
**controlled_access** | **bool** | The controlled access of the institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
46-
**is_on_anvil** | **bool** | Indicates whether this file set has been submitted to AnVIL. | [optional]
4746
**assemblies** | **List[str]** | The genome assemblies to which the referencing files in the file set are utilizing (e.g., GRCh38). | [optional]
4847
**transcriptome_annotations** | **List[str]** | The annotation versions of the reference resource. | [optional]
4948

docs/HumanDonor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Name | Type | Description | Notes
3232
**phenotypic_features** | **List[str]** | A list of associated phenotypic features of the donor. | [optional]
3333
**virtual** | **bool** | Virtual donors are not representing actual human or model organism donors, samples coming from which were used in experiments, but rather capturing metadata about hypothetical donors that the reported analysis results are relevant for. | [optional]
3434
**supersedes** | **List[str]** | The donor(s) that this donor supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
35-
**is_on_anvil** | **bool** | Indicates whether the donor has been submitted to AnVIL. | [optional]
3635
**related_donors** | [**List[RelatedDonor]**](RelatedDonor.md) | Familial relations of this donor. | [optional]
3736
**ethnicities** | **List[str]** | Ethnicity of the donor. | [optional]
3837
**human_donor_identifiers** | **List[str]** | Identifiers of this human donor. | [optional]

docs/InVitroSystem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Name | Type | Description | Notes
7777
**origin_of** | **List[str]** | The samples which originate from this sample, such as through a process of cell differentiation. | [optional]
7878
**institutional_certificates** | **List[str]** | The institutional certificates under which use of this sample is approved. | [optional]
7979
**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]
80-
**is_on_anvil** | **bool** | Indicates whether the sample has been submitted to AnVIL. | [optional]
8180
**sex** | **str** | | [optional]
8281
**age** | **str** | Age of organism at the time of collection of the sample. | [optional]
8382
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]

docs/Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Name | Type | Description | Notes
6666
**phenotypic_features** | **List[str]** | A list of associated phenotypic features of the donor. | [optional]
6767
**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]
6868
**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]
69-
**is_on_anvil** | **bool** | Indicates whether the sample has been submitted to AnVIL. | [optional]
7069
**related_donors** | [**List[RelatedDonor]**](RelatedDonor.md) | Familial relations of this donor. | [optional]
7170
**ethnicities** | **List[str]** | Ethnicity of the donor. | [optional]
7271
**human_donor_identifiers** | **List[str]** | Identifiers of this human donor. | [optional]
@@ -145,6 +144,7 @@ Name | Type | Description | Notes
145144
**start_view_position** | **str** | The 0-based coordinate for the default starting position when viewing the signal in a genome browser. | [optional]
146145
**barcode_map_for** | **List[str]** | Link(s) to the Multiplexed samples using this file as barcode map. | [optional]
147146
**primer_design_for** | **List[str]** | Link(s) to the MeasurementSets using this file as a primer design. | [optional]
147+
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
148148
**input_file_sets** | **List[str]** | The file set(s) required for this prediction set. | [optional]
149149
**samples** | **List[str]** | The samples associated with this publication. | [optional]
150150
**donors** | **List[str]** | Donor(s) the sample was derived from. | [optional]

docs/MeasurementSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Measurement set is a file set that hosts raw data files (e.g. FASTQs) resulting
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
910
**preferred_assay_titles** | **List[str]** | The custom lab preferred label for the experiment performed. | [optional]
1011
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1112
**control_file_sets** | **List[str]** | File sets that can serve as scientific controls for this file set. | [optional]
@@ -58,7 +59,6 @@ Name | Type | Description | Notes
5859
**construct_library_sets** | **List[str]** | The construct library sets associated with the samples of this file set. | [optional]
5960
**data_use_limitation_summaries** | **List[str]** | The data use limitation summaries of institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
6061
**controlled_access** | **bool** | The controlled access of the institutional certificates covering the sample associated with this file set which are signed by the same lab (or their partner lab) as the lab that submitted this file set. | [optional]
61-
**is_on_anvil** | **bool** | Indicates whether this file set has been submitted to AnVIL. | [optional]
6262
**assay_titles** | **List[str]** | Ontology term names from Ontology of Biomedical Investigations (OBI) for assays | [optional]
6363
**related_measurement_sets** | [**List[RelatedMeasurementSetGroup]**](RelatedMeasurementSetGroup.md) | Measurement sets related to this one, grouped by relationship type. | [optional]
6464
**externally_hosted** | **bool** | | [optional]

0 commit comments

Comments
 (0)