Milan Dragicevic
Milan Dragicevic
> what if I am dealing with several hundred ligands in pdbqt format stored in a directory? How can I do the docking in the batch mode? Thank you in...
If I can provide any additional info that could assist with this problem please let me know.
Thank you Diogo, I tried what you mention and I am happy with the result. Are there plans to develop an alternative to MGLTools? All the best, Milan
I like meeko, works great. As for the AGFR GUI, I have used it for preparation of receptors for ADFR. I like it much better compared to MGLTools - looks...
It would be great if monitor input source could be chosen via PowerToys (DDC/CI) and if profiles for brightness/contrast/color could be created and automatically scheduled depending on time of day....
It would be great if this was added
I trust it can be passed via the argument `--spades_options` `unicycler -s example.fq.gz -o example_uni --spades_options "--iontorrent "` note the extra space at the end `"--iontorrent "` EDIT: unfortunately I...
In my opinion residual plots are suitable here. ggfortify has a decent autoplot method for lm objects. ``` autoplot.LearnerRegrLM = function(object, ...) { # nolint if (is.null(object$model)) { stopf("Learner '%s'...