Commit 607d680
Molecules cleanup moe (#67)
* formatting and fox new_molecule bug
* merge properties bug
* gui notebook and readme
* markdown test
* readme & gui demo
* gui readme update
* stash
* Support for display molecules from a dataframe
* stash
* prox server major upgrade and debug visuals
* prox server major upgrade and debug visuals
* prox server major upgrade and debug visuals
* stash
* Undid renaming gui-build to gui-build-proxy
* paths for routes
* acheived build
* merge conflicts mergibg with gui_api_moe #2
* Merge conflicts #3
* Merge wrapup
* Simplified/cleaned up JL_PROXY proxy code in gui_launcher
* Demo Notebook design
* patch launcher
* notebook updates
* stash
* gui-build & gui-build-proxy wip
* Updated gui build folders
* Updated gui build folders
* stash
* initial chemchat branch
* retrieving based on name before smils)
* turn spinner off models gen for api
* API IMPROVEMENTS
* API IMPROVEMENTS
* stash
* Update readme
* Update readme 1
* Update readme 2
* Update readme 3
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* jupyter lab config sensing
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* Update readme
* Update readme
* Update readme
* Update readme
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* update for continer proxy base_url
* ollama fix
* ollama fix
* ollama fix
* update for continer proxy base_url
* demo update
* demo update
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* debug set context
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Update readme
* Updated Notebook 'Common_Client_Intro.ipynb'
* Updated Notebook 'Common_Client_Intro.ipynb' #2
* Updated readme
* Updated readme
* Updated readme
* Updated readme
* Updated readme
* Updated readme
* Updated readme
* Updated readme
* add remove
* cross origin for flask apps
* cross origin for flask apps
* cross origin for flask apps
* cross origin for flask apps
* api decode info (#58) (#59)
* api decode info
* chore: lint
Co-authored-by: Brian Duenas <brian.duenas@ibm.com>
* reinstate commented out notebook line for importing molecules
* Fixed dataviewer submit with proxy url
* static data viewer
* Refactored doc generation + added auto-copy function to openad-docs repo
* Intro command will now also source the text from the docs folder, centralizing all documentation to a single source of truth
* Docs readme
* Docs readme
* Docs readme
* Docs readme
* Docs readme
* Docs readme
* Docs readme
* fix merge batch and doco
* update version
* update version
* formatting with lint
* Fixed display run header rendering issue
* Removed superfluous old gui-build-proxy files
* Fixed command in Jupyter
* Removed banner.css which wasn't used
* Fixed notebook header layout issue ion wide screen, added remove run command
* Cleanup
* Removed trash
* Removed trash
* docs now also update main README.md file
* Updated documentation
* README.md now updated by documentation script + Analysis included in mol viewer
* Updated
* Removed gui-build and gui-build-proxy to overcome merge conflicts with main
* Restore gui-build folders from main to avoid conflicts
* Remove logger
* Macromnolecules base architecture (grammar, commands, functions, api)
* Established macromolecule file datastructure
* stash
* cif / pdb support
* Removed legacy files
* Added documentation
* Separated data formats in a separate file
* Cleanup
* cleanup
* Added search_fasta_sequence() to fetch protein by its FASTA string
* CIF meta data parsing + fetch mmol by identifier pipeline
* Moved massaging-for-human-readability of keys to frontend
* cleanup
* Removed biopython PDBParser, which was replaced with gemmi which reads pdb files as cif
* smol.json file support
* rename api routes mol to smol
* Renamed smols/mmols folders
* cleanup
* Fixed error with enrich api
* Ready for merge
* Removed mols2grid
* Removed mols2grid / molecule viewer
* Removed mols2grid / molecule viewer #2
* Removed debug loggers
* Poetry lock
* Updated GUI build
* Sorted MOL_PROPERTIES
* Mol functions refactor
* Mol functions refactor
* Cleanup of smol_functions.py
* CLI molecule printing improvements wip
* CLI molecule printing improvements wip
* CLI molecule printing improvements wip
* New gui build
* stash
* Improved display mol output
* Display mol output finetuning
* refactored @dopamine>>synonyms function and output, including changes to magic commands (to be tested)
* Fixed commands after refactor: add mol/remove mol/rename mol/export mol
* Fixed commands after refactor: export molecules/export molecule
* Fixed export mols/load mols commands and added support for sdf, smi and molset.json
* Fixed 'merge with pubchem' and created more robust merge molecule function
* Fixed language everywhere to refer to 'molecule working set' instead os molecule list/list of molecules/my mmolecules etc
* Fixed language everywhere to refer to 'molecule working set' instead os molecule list/list of molecules/my mmolecules etc
* Removed test code
* Consistent display of mol|molecule and molset|molecule-set in command docs
* Cleaned up molecule command documentation, halway done
* Cleaned up molecule grammar help, done
* Added user feedback for analysis results, added analysis to display mol output
* Updated help, fixed small issues after CLI testing
* Various cleanup
* Various small fixes
* various fixes
* openad_model_toolkit fix for canonical_smiles identifier
* Suppress RDKit warnings
* gui-build update
* Merge_mol improvement
* Fixed _enrich_with_pubchem_data (enrichg clause) for load mols from file
* Fix for merge mols data command
* Renamed verbose to uppercase
* fn_predict_reaction_batch_topn.py
* fix issue with basic molecule adding
* fix issue with basic molecule adding
* fix issue with basic molecule adding
* Fixed error with deprecated 'using' instead of 'from'
* Fix ignoring iupac_name as mol name when it's over 40 chars
* Move untracked test notebook to permanent location
* Fixed issue with viz data fetching
* Fixed minor issues with mere_mol function
* Added commands for viewing (GUI) and opening (OS) your workspace
* added a few new utility commands plus created GUI demo Notebook
* Updates to GUI demo Notebook
* Removed outdated Flask app demo
* Removed gui-build.zip that should not have been committed
* Fixed issue with pretty data, improved transposing of output table
* Removed static global print_width variable and replaced with heloper function so available print width is always calculated on the fly (so resizing terminal won't mess up output)
* Centralized all terminal width measurements so they call the same function with consistent result
* black
* version increment in metadata
---------
Co-authored-by: Phil Downey <phildowney@pd-work-mac.local>
Co-authored-by: Moenen Erbuer <moenen@arthur.io>
Co-authored-by: Moenen Erbuer <themoenen@Moenens-MacBook-Pro.local>
Co-authored-by: Phil Downey <Phil.downey1@ibm.com>
Co-authored-by: Brian Duenas <brian.duenas@ibm.com>1 parent db4ad46 commit 607d680
256 files changed
Lines changed: 3909 additions & 2924 deletions
File tree
- _for_testing
- docs/output/markdown
- openad
- app
- magic
- core
- gui-build-proxy
- assets
- gui-build
- assets
- gui
- api
- helpers
- mmols
- notebooks
- CPU_DEMO
- openad_model_plugin
- plugins/style_parser
- smols
- user_toolkits/RXN/fn_reactions
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
0 commit comments