Add documentation for the command-line scripts #228
+101,467
−108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preview of the edited documentations: https://rwxmeeko.readthedocs.io/en/latest/cli_rec_prep.html#
Please consider the added documentations a basic version for the command-line scripts.
For each command-line .py scripts, the documentation has three main sections:
(1) A very brief summary and a code block as the
Basic usage
(2) An
About
section that allows us to explain the design and the importance, like the Templates, Write flag and the Residue selection and assignment language for mk_prepare_receptor.py(3) An exhaustive list of
Options
. This list is generated not manually written. could add some more details and example usage for the most commonly used options.@diogomart Please let me know if you like the layout, and I could add more details to the description pages of the command line scripts! Thanks
Some other changes included in this PR:
Deleted the redundant Table of Content in the body of tutorials
Deleted installation of Meeko from tutorials
Added the Covalent (Tethered) Docking Colab back. The two Colab notebooks now use a better (complied from develop) version of AD-GPU
Some other small fixes