mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Atoms bonded to metal atoms should always have their H counts explicit in SMILES (#8318)
* refactor the code to determine whether or not an atom is in brackets * move the definition of isMetal to QueryOps * atoms bound to metals in SMILES should always be in square brackets Implementation and some test updates needs confirmation that all of tests run * basic tests pass * java tests pass * update js tests * doc updates * Update Code/GraphMol/catch_graphmol.cpp Co-authored-by: Ricardo Rodriguez <ricrogz@users.noreply.github.com> * Update Code/GraphMol/SmilesParse/test.cpp Co-authored-by: Ricardo Rodriguez <ricrogz@users.noreply.github.com> * finish fixing tests * bump yaehmop version to allow compilation to work --------- Co-authored-by: Ricardo Rodriguez <ricrogz@users.noreply.github.com>
This commit is contained in:
4
External/YAeHMOP/CMakeLists.txt
vendored
4
External/YAeHMOP/CMakeLists.txt
vendored
@@ -9,8 +9,8 @@ if(NOT DEFINED YAEHMOP_DIR)
|
||||
endif()
|
||||
|
||||
if(NOT EXISTS "${YAEHMOP_DIR}/tightbind/bind.h")
|
||||
set(RELEASE_NO "2024.03.1")
|
||||
set(MD5 "ebbddca4f79ab71544cb1fef9a7eca8a")
|
||||
set(RELEASE_NO "2025.03.1")
|
||||
set(MD5 "93b7c8d9419b4899b44699cba3e23404")
|
||||
downloadAndCheckMD5("https://github.com/greglandrum/yaehmop/archive/refs/tags/v${RELEASE_NO}.tar.gz"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/yaehmop-${RELEASE_NO}.tar.gz" ${MD5})
|
||||
execute_process(COMMAND ${CMAKE_COMMAND} -E tar zxf
|
||||
|
||||
Reference in New Issue
Block a user