fmcs

Find Maximum Common Substructure

Install

All systems
curl cmd.cat/fmcs.sh
Debian Debian
apt-get install python-fmcs
Ubuntu
apt-get install python-fmcs
Windows (WSL2)
sudo apt-get update sudo apt-get install python-fmcs
Raspbian
apt-get install python-fmcs

python-fmcs

Find Maximum Common Substructure

Fcms finds the maximum common substructure (MCS) of a group (or cluster) of chemical structures and report the result as a SMARTS string. More specifically, the MCS found is a common edge subgraph, and not a common induced subgraph. Only connected MCSes are found.