We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code under slice is termed as RegionCode type in the schema - https://github.com/Ensembl/ensembl-hypsipyle/blob/1e5e09c58cfa3f4fd358088b85f7fe2cef24d0f6/common/schemas/slice.graphql#L24C9-L24C19
code
slice
RegionCode
But returned as string -
ensembl-hypsipyle/common/file_model/variant.py
Line 130 in 1e5e09c
query variant_example { variant( by_id: {genome_id: "a7335667-93e7-11ec-a39d-005056b38ce3", variant_id: "2:10171:rs1572047411"} ) { name slice { default region { name code topology } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
code
underslice
is termed asRegionCode
type in the schema -https://github.com/Ensembl/ensembl-hypsipyle/blob/1e5e09c58cfa3f4fd358088b85f7fe2cef24d0f6/common/schemas/slice.graphql#L24C9-L24C19
But returned as string -
ensembl-hypsipyle/common/file_model/variant.py
Line 130 in 1e5e09c
Example query
The text was updated successfully, but these errors were encountered: