KoyaS
|
e3e982c051
Merge pull request #11 from yakomaxa/molql_integration_PR
|
2 лет назад |
yakomaxa
|
17f09ff3de
Cleaning and lint
|
2 лет назад |
yakomaxa
|
7a73416c03
Cleaning and lint
|
2 лет назад |
yakomaxa
|
0f799d44ad
Found a bug in withSameAtomProperties in filter.ts, where propSet and currentProps are placed inversely in isSuperSet()
|
2 лет назад |
yakomaxa
|
24ebd44f87
remove namedAtomProperty from vmd/parser.ts, removed as any from definition of withSameAtomProperties, un-commented out the continue line in filter.ts
|
2 лет назад |
KoyaS
|
572b10e655
Merge pull request #9 from yakomaxa/molql_integration_PR
|
2 лет назад |
yakomaxa
|
60361c176b
Updated pick function in filter.ts. This enebles VMD keywords like backbone and many more.
|
2 лет назад |
yakomaxa
|
b232a2c58f
Updated atom-set.ts and filter.ts, which leads to correct behavior of inorganic in PyMOL. The bound_to operator was found to behave differently from original PyMOL even in MolQL implementation: it's just mistake in logic.
|
2 лет назад |
yakomaxa
|
2a44ac56fb
cleaning by lint
|
2 лет назад |
yakomaxa
|
d0340a3257
The function called by filter.withSameAtomProperties is debugged and almost everything works fine now.
|
2 лет назад |
yakomaxa
|
e708a53ddb
atom-set.ts table.ts updates
|
2 лет назад |
yakomaxa
|
23cdd70198
updated atomCount and many problem solved
|
2 лет назад |
yakomaxa
|
ba4bc30a78
remove trash file
|
2 лет назад |
yakomaxa
|
e516ea146d
Update for atomCount and countQuery in table.ts
|
2 лет назад |
yakomaxa
|
61af638fe4
Update atom-set
|
2 лет назад |
yakomaxa
|
7a0af4142f
Now PyMOL within operator works. The key was to replace xs['max-radius'] -> xs['max-radius'](ctx) in table.ts
|
2 лет назад |
yakomaxa
|
1aa8d596a3
Updates for queryInSelection in src/mol-script/runtime/query/table.ts was reverted (made bug)
|
2 лет назад |
yakomaxa
|
a457810623
queryInSelection in src/mol-script/runtime/query/table.ts was updated
|
2 лет назад |
yakomaxa
|
4bccb7ab84
VMD jmol rasmol parser debugged
|
2 лет назад |
yakomaxa
|
fcd5b2ce0a
VMD parser debugged
|
2 лет назад |
yakomaxa
|
57a1184a16
VMD parser updated, now math function to value comparison enabled
|
2 лет назад |
yakomaxa
|
9943e0317d
VMD jmol and rasmol parser updated
|
2 лет назад |
yakomaxa
|
ae11c1c904
VMD keyword update
|
2 лет назад |
yakomaxa
|
f937e069ca
Clearning by Lint
|
2 лет назад |
yakomaxa
|
c9326da47b
Implemented subset of atomSet: atomCount, queryCount and propertySet, which enables some of PyMOL operators. Implementation should be reviewed as byring is not working, and inorganic working incorrectly
|
2 лет назад |
yakomaxa
|
4698c05f9c
re-implementation of VMD's exwithin without using wihtin
|
2 лет назад |
yakomaxa
|
15fd2cd5a0
let transpile.ts show what the query is
|
2 лет назад |
yakomaxa
|
193eb11095
Set some operators that lacks corresponding implementation to isUnsupported : true
|
2 лет назад |
yakomaxa
|
59cc0096cd
fixing typo in example of pymol operator: resname CA -> name CA
|
2 лет назад |
yakomaxa
|
6bd7390eb8
Debbuged asAtoms in helper.ts, which enables operation using this function such as byresidue and neighbor. In addition, min-spelling in neighbor operation fixed: neighbour -> neighbor
|
2 лет назад |