diff --git a/README.md b/README.md index c03f0cc..d6893d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Based on a given PDB file, this tool creates a new PDB file that includes pseudo If any atoms are missing, the centroid will be calculated based on the available atoms. If there are no catalytic atoms for a specific residue, a warning will be issued. +![alt text](./example/output.png?raw=true) + ## Installation [Install rust and cargo](https://www.rust-lang.org/tools/install) diff --git a/example/output.png b/example/output.png new file mode 100644 index 0000000..ce48093 Binary files /dev/null and b/example/output.png differ