forked from rdkit/RDKitjs-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODOlist.txt
75 lines (40 loc) · 2.69 KB
/
TODOlist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Improve the API:
1. Need to find a way to have hierarchical Classes for example Molecule.Descriptors.
2. Hosecode for NMR in progress.
Some examples to implement in the development stage:
Look at the python getstart rdkit page for a list of missing functionnalities.
(http://www.rdkit.org/docs/GettingStartedInPython.html)
Status : 15/10/2015 guillaume godin
Done Molecule.AllDescriptors like function to generate all of descriptors
Done create a empty molecule (but this is a workaround!)
Done Reading and Writing Molecules: DONE, ok, we don't need to implement files readers for the moment, need to be done in Nodejs
Reading sets of molecules: need to do that (not a priority) need to be done in Nodejs
Done Writing molecules: DONE, we don't need to implement files writers for the moment
Writing sets of molecules: need to do that (not a priority)
In progress: Looping over Atoms and Bonds: Done (addAtom, addBond)
Ring Information: Done
Done Modifying molecules: MolOps functions
IN Progress (thegodone) Working with 2D molecules: GenerateDepictionMatching2DStructure, GenerateDepictionMatching3DStructure
IN Progress (thegodone) Working with 3D Molecules: AlignMolConformers,GetConformerRMS
Done Preserving Molecules: MolToBinary
Done Drawing Molecules: Drawing2D (done), remark MolsToGridImage can be interesting need to check for interaction with visualizer ?
Done: Substructure Searching: HasSubstructMatch, GetSubstructMatches.
Stereochemistry in substructure matches: need to test
Not implemented Chemical Transformations: DeleteSubstructs, ReplaceSubstructs, ReplaceSidechains, ReplaceCore, GetMolFrags, can be interesting for HoseCode.
Done Murcko Decomposition
Not implemented Maximum Common Substructure: FindMCS, smartsString,
Done Fingerprinting and Molecular Similarity: FingerprintMol done, FingerprintSimilarity done,MACCS done
Done Atom Pairs and Topological Torsions: GetAtomPairFingerprint
Done Morgan Fingerprints (Circular Fingerprints): GetMorganFingerprint done, GetMorganFingerprintAsBitVect done
to do: Picking Diverse Molecules Using Fingerprints: to do not a priority
Done (partially for AtomContribution): Generating Similarity Maps Using Fingerprints
Done Descriptors, option can we add more descriptors obabel, cdk, Padel
Done Visualization of Descriptors
to do: Chemical Reactions: very interesting!
to do: BRICS Implementation: very interesting!
to do: Chemical Features and Pharmacophores: very interesting!
to do: 2D Pharmacophore Fingerprints: idem
to do: Molecular Fragments
Done: Database functionnalities: indexedDB interaction... (http://blog.gmane.org/gmane.science.chemistry.rdkit.user/month=20140301 like for ORCALE)
Inchi: to do not a priority
Avalon: to do not a priority