ChemistryFeaturization.jl
ChemistryFeaturization.jl copied to clipboard
finish updating WeaveModel-related stuff for restructure
must-haves
- [ ] get to the point of being able to build/featurize the molecule and convert it to the right format to be fed into WeaveModel.jl
- [ ] figure out any other naming things, e.g. for
BondFeatureDesciptor
s
nice-to-haves
- [ ] some kind of visualization, maybe via OpenSMILES or MolecularGraph
Feel free to make a more "granular" version of this checklist, haha
get to the point of being able to build/featurize the molecule and convert it to the right format to be fed into WeaveModel.jl
Does this entail something else in addition to setting up WeaveFeaturization
?
some kind of visualization, maybe via OpenSMILES or MolecularGraph
This might be relatively easier to set up (wouldn't a Base.show
be enough?)
No, I don't think it's really beyond setting that up.
Base.show
should have text output in general I think; I was thinking like analogous to the graph visualization we can do for AtomGraph
Well I guess we may also want some convenience stuff for building commonly-desired SpeciesFeatureDescriptor
s
...which probably involves either bringing back the PyCall to rdkit or maybe playing with that jll
building an AtomGraph
from a SMILES string etc. would also be clutch here, and make some parts of the test suite tidier too