You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main entry point is the `protein-quest` command line tool which has multiple subcommands to perform actions.
79
79
80
-
To use programmaticly, see the [Jupyter notebooks](https://www.bonvinlab.org/protein-quest/notebooks) and [API documentation](https://www.bonvinlab.org/protein-quest/autoapi/summary/).
80
+
To use programmaticly, see the [Jupyter notebooks](https://www.bonvinlab.org/protein-quest/notebooks) and [API documentation](https://www.bonvinlab.org/protein-quest/autoapi/protein_quest/).
81
81
82
82
While downloading or copying files it uses a global cache (located at `~/.cache/protein-quest`) and hardlinks to save disk space and improve speed.
83
83
This behavior can be customized with the `--no-cache`, `--cache-dir`, and `--copy-method` command line arguments.
@@ -275,7 +275,7 @@ The mcp server contains an prompt template to search/retrieve/filter candidate s
275
275
276
276
## Shell autocompletion
277
277
278
-
The `protein-quest` command line tool supports shell autocompletion using [shtab](https://shtab.readthedocs.io/).
278
+
The `protein-quest` command line tool supports shell autocompletion using [shtab](https://docs.iterative.ai/shtab).
0 commit comments