Skip to content

Commit cf0fa85

Browse files
committed
update-version-115.0.0
1 parent 6a6fbaf commit cf0fa85

157 files changed

Lines changed: 3649 additions & 936 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: 114.0.0
8-
- Package version: 114.0.0
7+
- API version: 115.0.0
8+
- Package version: 115.0.0
99
- Generator version: 7.7.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111

docs/IgvfApi.md

Lines changed: 75 additions & 45 deletions
Large diffs are not rendered by default.

docs/Item.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ Name | Type | Description | Notes
142142
**index** | **str** | An Illumina index associated with the file. | [optional]
143143
**read_names** | **List[str]** | The read names of a sequence file based on how it will be used by uniform pipelines. | [optional]
144144
**seqspecs** | **List[str]** | Link(s) to the associated seqspec YAML configuration file(s). | [optional]
145-
**cell_type_annotation** | **str** | The inferred cell type this file is associated with based on single-cell expression profiling. | [optional]
146145
**strand_specificity** | **str** | Indicates whether a transcriptomic library is forward, reverse, or unstranded based on the strand-specific protocol used. | [optional]
147146
**normalized** | **bool** | Indicates if the signal file is normalized. | [optional]
148147
**start_view_position** | **str** | The 0-based coordinate for the default starting position when viewing the signal in a genome browser. | [optional]

docs/SearchResultItem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ Name | Type | Description | Notes
142142
**index** | **str** | An Illumina index associated with the file. | [optional]
143143
**read_names** | **List[str]** | The read names of a sequence file based on how it will be used by uniform pipelines. | [optional]
144144
**seqspecs** | **List[str]** | Link(s) to the associated seqspec YAML configuration file(s). | [optional]
145-
**cell_type_annotation** | **str** | The inferred cell type this file is associated with based on single-cell expression profiling. | [optional]
146145
**strand_specificity** | **str** | Indicates whether a transcriptomic library is forward, reverse, or unstranded based on the strand-specific protocol used. | [optional]
147146
**normalized** | **bool** | Indicates if the signal file is normalized. | [optional]
148147
**start_view_position** | **str** | The 0-based coordinate for the default starting position when viewing the signal in a genome browser. | [optional]

docs/SignalFile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
1111
**catalog_class** | **str** | The class curated in the IGVF catalog that the data in this file belongs to. | [optional]
1212
**catalog_notes** | **str** | DACC notes for data loading in the IGVF catalog | [optional]
1313
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
14-
**cell_type_annotation** | **str** | The inferred cell type this file is associated with based on single-cell expression profiling. | [optional]
1514
**release_timestamp** | **str** | The date the object was released. | [optional]
1615
**reference_files** | **List[str]** | Link to the reference files used to generate this file. | [optional]
1716
**filtered** | **bool** | Indicates whether the file has gone through some filtering step, for example, removal of PCR duplicates or filtering based on significance calling. | [optional]

docs/TabularFile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Name | Type | Description | Notes
1212
**catalog_notes** | **str** | DACC notes for data loading in the IGVF catalog | [optional]
1313
**base_modifications** | **List[str]** | The chemical modifications to bases in a DNA sequence that are detected in this file. | [optional]
1414
**preview_timestamp** | **str** | The date the object was previewed. | [optional]
15-
**cell_type_annotation** | **str** | The inferred cell type this file is associated with based on single-cell expression profiling. | [optional]
1615
**controlled_access** | **bool** | Boolean value, indicating the file being controlled access, if true. | [optional]
1716
**assembly** | **str** | Genome assembly applicable for the tabular data. | [optional]
1817
**release_timestamp** | **str** | The date the object was released. | [optional]

igvf_client/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
99
10-
The version of the OpenAPI document: 114.0.0
10+
The version of the OpenAPI document: 115.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616

17-
__version__ = "114.0.0"
17+
__version__ = "115.0.0"
1818

1919
# import apis into sdk package
2020
from igvf_client.api.igvf_api import IgvfApi

0 commit comments

Comments
 (0)