You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
* Return metabolite ID with msn annotation results
* Rewrite MSn method for limiting connectivity to fragment edges only
* Add option for use of smiles without non-structural isomeric information
* Update tests
* Correct return type hints
* Implement SQLITE3 annotate_msn results database
* Add msn option to ResultsDb
* Re-structure results db tables
* Update add_ms to add ms information to the queries table
* Add function to insert entries into the results and substructures tables
* Add function to get structure frequencies and/or SMILEs
* Update user-facing functions for compatibility with ResultsDb
* Remove text-based output and return substructure smiles from build functions in addition to final structures
* Update build unit tests for ResultsDb
* Add CSV output for build functions
* Check if ResultsDb output matches reference files
* Check ResultsDb CSV files line by line vs reference
* Implement simple bond dissociation energy calculations
* Add integer MS integer IDs and implement calculate_frequencies to more efficiently calculate structure frequencies
* Re-format get_bond_enthalpies
* Use integer IDs for results DB
* Add retain_substructures option
* Make filter_hmdbid_substructures a filtered version of the hmdbid_substructures table
* Implement the substructure network generation algorithm in SQLite instead of networkx
* Add get_substructure_network function to convert SQLite3 substructure network to a networkx graph
* Implement get_single_edge to get substructure edge weights without the generation of a substructure network
* Add integer substructure key
* Update unit tests
0 commit comments