Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not keeping the E-Z isomerism of the molecules #6

Open
arashsadri opened this issue Nov 25, 2023 · 0 comments
Open

Not keeping the E-Z isomerism of the molecules #6

arashsadri opened this issue Nov 25, 2023 · 0 comments

Comments

@arashsadri
Copy link

Gypsum-DL inputs and outputs.zip

I have observed that while converting smiles with one of the specific E-Z isomerisms to their 3D representations with various protomers and tautomers, both of the isomers are generated. I have attached the inputs and the outputs. I used this script for the conversion:

#!/usr/bin/env bash

File: compounds.sh

for compound in $(ls ./galbanicacidderivatives/)
do
./run_gypsum_dl.py --source ./galbanicacidderivatives/$compound --output_folder ./galbanicacidderivatives/${compound::-4}/ --job_manager serial --pka_precision 3 --min_ph 4 --max_ph 10 --max_variants_per_compound 100 --separate_output_files --use_durrant_lab_filters
done
echo "successfully finished"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant