mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
assembly symmetry: use https
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
schema: http://data-beta.rcsb.org/graphql
|
||||
schema: https://data-beta.rcsb.org/graphql
|
||||
documents: './src/mol-model-props/rcsb/graphql/symmetry.gql.ts'
|
||||
generates:
|
||||
'./src/mol-model-props/rcsb/graphql/types.d.ts':
|
||||
|
||||
@@ -25,7 +25,7 @@ const BiologicalAssemblyNames = new Set([
|
||||
])
|
||||
|
||||
export namespace AssemblySymmetry {
|
||||
export const DefaultServerUrl = 'http://data-beta.rcsb.org/graphql'
|
||||
export const DefaultServerUrl = 'https://data-beta.rcsb.org/graphql'
|
||||
|
||||
export function isApplicable(structure?: Structure): boolean {
|
||||
// check if structure is from pdb entry
|
||||
|
||||
Reference in New Issue
Block a user