Skip to content
Snippets Groups Projects
Commit 04062651 authored by Alexander Rose's avatar Alexander Rose
Browse files

docs

parent 3e07b95c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Mol* Render Test</title> <title>Mol* Viewer</title>
<link href='./app.css', rel="stylesheet"> <link href='./app.css', rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -15,9 +15,13 @@ export const none: StructureQuery = ctx => StructureSelection.Sequence(ctx.input ...@@ -15,9 +15,13 @@ export const none: StructureQuery = ctx => StructureSelection.Sequence(ctx.input
export const all: StructureQuery = ctx => StructureSelection.Singletons(ctx.inputStructure, ctx.inputStructure); export const all: StructureQuery = ctx => StructureSelection.Singletons(ctx.inputStructure, ctx.inputStructure);
export interface AtomsQueryParams { export interface AtomsQueryParams {
/** Query to be executed for each entity once */
entityTest: QueryPredicate, entityTest: QueryPredicate,
/** Query to be executed for each chain once */
chainTest: QueryPredicate, chainTest: QueryPredicate,
/** Query to be executed for each residue once */
residueTest: QueryPredicate, residueTest: QueryPredicate,
/** Query to be executed for each atom */
atomTest: QueryPredicate, atomTest: QueryPredicate,
groupBy: QueryFn groupBy: QueryFn
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment