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 @@
<head>
<meta charset="utf-8" />
<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">
</head>
<body>
......
......@@ -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 interface AtomsQueryParams {
/** Query to be executed for each entity once */
entityTest: QueryPredicate,
/** Query to be executed for each chain once */
chainTest: QueryPredicate,
/** Query to be executed for each residue once */
residueTest: QueryPredicate,
/** Query to be executed for each atom */
atomTest: QueryPredicate,
groupBy: QueryFn
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment