auto_martini
auto_martini copied to clipboard
ALOGPS can't predict fragment
Hi,
When running
python -m auto_martini --smi "c1ccccc1" --mol benz --top benz.itp --verbose
i get the error message:
ALOGPS can't predict fragment: c1ccccc1
What might be the issue here?
Kind regards, Luisa
Hi Luisa,
Apparently the ALOGPS webserver is down (http://vcclab.org/web/alogps). Without it, auto-martini
cannot make the original predictions of water/octanol partitioning. You could try using the flag that enables atomic (i.e., probably not as accurate) predictions --fpred
.
Tristan
Hi Tristan,
Thanks for the info and alternative!