Version 1.0.0
parents
Showing
.gitignore
0 → 100644
ChangeLog.md
0 → 100644
DockStream.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
__init__.py
0 → 100644
analysis.py
0 → 100644
This diff is collapsed.
Click to expand it.
benchmarking.py
0 → 100644
docker.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/__init__.py
0 → 100644
dockstream/analysis.py
0 → 100644
dockstream/config/logging/debug.json
0 → 100644
dockstream/config/logging/default.json
0 → 100644
dockstream/config/logging/verbose.json
0 → 100644
dockstream/containers/__init__.py
0 → 100644
dockstream/containers/analysis_container.py
0 → 100644
dockstream/containers/container.py
0 → 100644
dockstream/containers/docking_container.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/core/AutodockVina/__init__.py
0 → 100644
dockstream/core/Corina/__init__.py
0 → 100644
dockstream/core/Gold/Gold_docker.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/core/Gold/Gold_result_parser.py
0 → 100644
dockstream/core/Gold/__init__.py
0 → 100644
dockstream/core/OpenEye/OpenEye_docker.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/core/OpenEye/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/core/RDkit/__init__.py
0 → 100644
dockstream/core/Schrodinger/Glide_docker.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/core/Schrodinger/__init__.py
0 → 100644
dockstream/core/TautEnum/__init__.py
0 → 100644
dockstream/core/__init__.py
0 → 100644
dockstream/core/docker.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/core/factories/__init__.py
0 → 100644
dockstream/core/input_model.py
0 → 100644
dockstream/core/ligand/__init__.py
0 → 100644
dockstream/core/ligand/ligand.py
0 → 100644
dockstream/core/ligand_preparator.py
0 → 100644
dockstream/core/pdb_preparator.py
0 → 100644
dockstream/core/rDock/__init__.py
0 → 100644
dockstream/core/rDock/rDock_docker.py
0 → 100644
dockstream/core/rDock/rDock_result_parser.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/core/result_parser.py
0 → 100644
dockstream/core/stereo_enumerator.py
0 → 100644
dockstream/core/target_preparator.py
0 → 100644
dockstream/core/transformator.py
0 → 100644
dockstream/loggers/__init__.py
0 → 100644
dockstream/loggers/base_logger.py
0 → 100644
dockstream/loggers/blank_logger.py
0 → 100644
dockstream/loggers/docking_logger.py
0 → 100644
dockstream/loggers/interface_logger.py
0 → 100644
dockstream/utils/__init__.py
0 → 100644
dockstream/utils/argparse_bool_extension.py
0 → 100644
dockstream/utils/dockstream_exceptions.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/enums/AutodockVina_enums.py
0 → 100644
dockstream/utils/enums/Corina_enums.py
0 → 100644
dockstream/utils/enums/Gold_enums.py
0 → 100644
dockstream/utils/enums/OE_Hybrid_enums.py
0 → 100644
dockstream/utils/enums/Omega_enums.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/enums/OpenBabel_enums.py
0 → 100644
dockstream/utils/enums/OpenEye_enums.py
0 → 100644
dockstream/utils/enums/RDkit_enums.py
0 → 100644
dockstream/utils/enums/Schrodinger_enums.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/enums/__init__.py
0 → 100644
dockstream/utils/enums/analysis_enums.py
0 → 100644
dockstream/utils/enums/docking_enum.py
0 → 100644
dockstream/utils/enums/logging_enums.py
0 → 100644
dockstream/utils/enums/rDock_enums.py
0 → 100644
dockstream/utils/enums/tag_additions_enum.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/enums/taut_enum_enums.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/utils/execute_external/Corina.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/execute_external/Gold.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/utils/execute_external/Omega.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/utils/execute_external/execute.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/execute_external/rDock.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/files_paths.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/general_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/parallelization/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/utils/schema.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/smiles.py
0 → 100644
This diff is collapsed.
Click to expand it.
dockstream/utils/translations/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dockstream/utils/translations/translation.py
0 → 100644
This diff is collapsed.
Click to expand it.
environment.yml
0 → 100644
This diff is collapsed.
Click to expand it.
environment_full.yml
0 → 100644
This diff is collapsed.
Click to expand it.
examples/docking/docking_csv_input.json
0 → 100644
This diff is collapsed.
Click to expand it.
examples/docking/docking_sdf_input.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
examples/integration/AutoDock_Vina.json
0 → 100644
This diff is collapsed.
Click to expand it.
examples/integration/Glide.json
0 → 100644
This diff is collapsed.
Click to expand it.
examples/integration/OpenEyeHybrid.json
0 → 100644
This diff is collapsed.
Click to expand it.
examples/integration/rDock.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
generate_json_schema.py
0 → 100644
This diff is collapsed.
Click to expand it.
install_GOLD.txt
0 → 100644
This diff is collapsed.
Click to expand it.
sample_user_input.json
0 → 100644
This diff is collapsed.
Click to expand it.
sdf2smiles.py
0 → 100644
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
This diff is collapsed.
Click to expand it.
setup.py
0 → 100644
This diff is collapsed.
Click to expand it.
smiles_clean_up.py
0 → 100644
This diff is collapsed.
Click to expand it.
target_preparator.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/AutodockVina/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/Corina/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/Gold/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Gold/test_Gold_backend.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Gold/test_Gold_target_preparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Omega/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Omega/test_Omega_ligand_preparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/OpenEye/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/OpenEye/test_OpenEye_backend.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/OpenEye/test_OpenEye_transformer.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/OpenEye_Hybrid/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/RDkit/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/RDkit/test_RDkit_ligand_preparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/RDkit/test_RDkit_stereo_enumeration.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Schrodinger/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/Schrodinger/test_token_guard.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/TautEnum/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/ligand/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/ligand/test_ligand_input_parser.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/rDock/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/rDock/test_rDock_backend.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/rDock/test_rDock_target_preparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_PDBPreparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_input_model.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_ligand_preparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/1UYD_apo.mol2
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/tests_data/1UYD/1UYD_apo.pdb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/tests_data/1UYD/1UYD_ligand_PU8.pdb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/tests_data/1UYD/LICENSE_CITATION.txt
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/PU8.pdb
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligand_PU8.sdf
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligands.csv
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligands.sdf
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligands_aligned.sdf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligands_smiles.txt
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligands_smiles_dup.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/tests_data/1UYD/ligands_taut_enum.csv
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/tests_data/Corina/ligands.sdf
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_data/Gold/Gold_binding_site.pkl
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/tests_data/Schrodinger/1UYD_grid.zip
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/tests_data/rDock/rbcavity_1UYD.prm
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/tests_paths.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/tests_translation.py
0 → 100644
This diff is collapsed.
Click to expand it.
unit_tests.py
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment