Skip to content

Commit 5a66714

Browse files
committed
update-version-110.0.0
1 parent e5e29fd commit 5a66714

179 files changed

Lines changed: 2436 additions & 564 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: 108.0.1
8-
- Package version: 108.0.1
7+
- API version: 110.0.0
8+
- Package version: 110.0.0
99
- Generator version: 7.7.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111

docs/AlignmentFile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Name | Type | Description | Notes
4444
**upload_status** | **str** | The upload/validation status of the file. | [optional]
4545
**validation_error_detail** | **str** | Explanation of why the file failed the automated content checks. | [optional]
4646
**checkfiles_version** | **str** | The Checkfiles GitHub version release the file was validated with. | [optional]
47+
**checkfiles_timestamp** | **str** | The date and time the file object was last checked by the Checkfiles script. | [optional]
4748
**supersedes** | **List[str]** | The file(s) that this file supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
4849
**read_count** | **int** | Number of reads in a bam file. Including both mapped, unmapped, and multi-mapped read counts. | [optional]
4950
**redacted** | **bool** | Indicates whether the alignments data have been sanitized (redacted) to prevent leakage of private and potentially identifying genomic information. | [optional]

docs/AnalysisSet.md

Lines changed: 1 addition & 0 deletions
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+
**is_on_anvil** | **bool** | Indicates whether the data object has been submitted to AnVIL. | [optional]
910
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
1011
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1112
**input_file_sets** | **List[str]** | The file set(s) required for this analysis. | [optional]

docs/AuxiliarySet.md

Lines changed: 1 addition & 0 deletions
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+
**is_on_anvil** | **bool** | Indicates whether the data object has been submitted to AnVIL. | [optional]
910
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [optional]
1011
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1112
**release_timestamp** | **str** | The date the object was released. | [optional]

docs/ConfigurationFile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Name | Type | Description | Notes
4343
**upload_status** | **str** | The upload/validation status of the file. | [optional]
4444
**validation_error_detail** | **str** | Explanation of why the file failed the automated content checks. | [optional]
4545
**checkfiles_version** | **str** | The Checkfiles GitHub version release the file was validated with. | [optional]
46+
**checkfiles_timestamp** | **str** | The date and time the file object was last checked by the Checkfiles script. | [optional]
4647
**supersedes** | **List[str]** | The file(s) that this file supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
4748
**seqspec_of** | **List[str]** | Sequence files this file is a seqspec of. | [optional]
4849
**id** | **str** | | [optional]

docs/ConstructLibrarySet.md

Lines changed: 1 addition & 0 deletions
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+
**is_on_anvil** | **bool** | Indicates whether the data object has been submitted to AnVIL. | [optional]
910
**doi** | **str** | The Digital Object Identifier (DOI) associated with this object. | [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]

docs/CuratedSet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A file set for reference files which are utilized in the analysis of IGVF experi
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**is_on_anvil** | **bool** | Indicates whether the data object has been submitted to AnVIL. | [optional]
910
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1011
**release_timestamp** | **str** | The date the object was released. | [optional]
1112
**taxa** | **str** | The species of the organism. | [optional]

docs/HumanDonor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A human donor of any biosample, including cell lines. Submission of any sample o
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**is_on_anvil** | **bool** | Indicates whether the data object has been submitted to AnVIL. | [optional]
910
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
1011
**release_timestamp** | **str** | The date the object was released. | [optional]
1112
**taxa** | **str** | The species of the organism. | [optional]

docs/IgvfApi.md

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

docs/ImageFile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Name | Type | Description | Notes
4343
**upload_status** | **str** | The upload/validation status of the file. | [optional]
4444
**validation_error_detail** | **str** | Explanation of why the file failed the automated content checks. | [optional]
4545
**checkfiles_version** | **str** | The Checkfiles GitHub version release the file was validated with. | [optional]
46+
**checkfiles_timestamp** | **str** | The date and time the file object was last checked by the Checkfiles script. | [optional]
4647
**supersedes** | **List[str]** | The file(s) that this file supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
4748
**imaging_platform** | **str** | The measurement device used to produce imaging data. | [optional]
4849
**id** | **str** | | [optional]

0 commit comments

Comments
 (0)