.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.pylintrc
4jet_cleaned.gro
AUTHORS.md
LICENSE_CC_BY
LICENSE_MIT
README.md
pyproject.toml
uv.lock
docs/.hugo_build.lock
docs/hugo.toml
docs/make_code_documentation.py
docs/archetypes/default.md
docs/assets/katex.json
docs/content/1F4J.pdb
docs/content/_index.md
docs/content/docs/installation.md
docs/content/docs/code_documentation/_index.md
docs/content/docs/code_documentation/parser.argument.md
docs/content/docs/code_documentation/parser.configuration.md
docs/content/docs/code_documentation/parser.molecule.md
docs/content/docs/code_documentation/pharmacophore.md
docs/content/docs/code_documentation/plip_detection.md
docs/content/docs/code_documentation/utils.data.md
docs/content/docs/code_documentation/utils.generic.md
docs/content/docs/code_documentation/utils.messenger.md
docs/content/docs/code_documentation/utils.van_der_waals_radius.md
docs/content/docs/code_documentation/visualization.molstar.md
docs/content/docs/code_documentation/visualization.pymol.md
docs/content/docs/configuration/_index.md
docs/content/docs/configuration/feature_file.md
docs/content/docs/configuration/parameter_file.md
docs/content/docs/usage/_index.md
docs/content/docs/usage/command_line.md
docs/layouts/partials/head.html
docs/layouts/partials/docs/inject/head.html
docs/layouts/shortcodes/molstar.html
docs/resources/_gen/assets/book.scss_b807c86e8030af4cdc30edccea379f5f.content
docs/resources/_gen/assets/book.scss_b807c86e8030af4cdc30edccea379f5f.json
env/environment.yaml
env/flake.lock
env/flake.nix
env/python_module.nix
src/strange/__init__.py
src/strange/__main__.py
src/strange/pharmacophore.py
src/strange/plip_detection.py
src/strange/parser/__init__.py
src/strange/parser/argument.py
src/strange/parser/configuration.py
src/strange/parser/molecule.py
src/strange/utils/__init__.py
src/strange/utils/data.py
src/strange/utils/generic.py
src/strange/utils/messenger.py
src/strange/utils/van_der_waals_radius.py
src/strange/visualization/__init__.py
src/strange/visualization/molstar.py
src/strange/visualization/pymol.py
src/strange/visualization/vmd.tcl
src/strange_mol.egg-info/PKG-INFO
src/strange_mol.egg-info/SOURCES.txt
src/strange_mol.egg-info/dependency_links.txt
src/strange_mol.egg-info/entry_points.txt
src/strange_mol.egg-info/requires.txt
src/strange_mol.egg-info/top_level.txt
tests/__init__.py
tests/test_pharmacophore.py
tests/test_plip_detection.py
tests/data/interaction.csv
tests/data/ligand.mol2
tests/data/ligand.pdb
tests/data/ligand.sdf
tests/data/pharmacophore_1.csv
tests/data/pharmacophore_2.csv
tests/data/visualization.mvsj
tests/data/aspirin/molecule.mol
tests/data/aspirin/molecule.mol2
tests/data/aspirin/molecule.pdb
tests/data/aspirin/molecule.pdbqt
tests/data/aspirin/molecule.sdf
tests/data/aspirin/molecule.xyz
tests/data/aspirin/molecule_deprotonated.pdb
tests/data/celecoxib/molecule.sdf
tests/data/celecoxib/pharmacophore.csv
tests/parser/__init__.py
tests/parser/test_argument.py
tests/parser/test_configuration.py
tests/parser/test_molecule.py
tests/utils/__init__.py
tests/utils/test_data.py
tests/utils/test_generic.py
tests/utils/test_messenger.py
tests/utils/test_van_der_waals_radius.py
tests/visualization/__init__.py
tests/visualization/test_molstar.py