Skip to content

Commit 04c8da7

Browse files
committed
Clarify docs (as per discussion in #190)
1 parent bae20e6 commit 04c8da7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bioblend/galaxy/toolshed/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Interaction with a Galaxy Tool Shed
2+
Interaction with a Galaxy Tool Shed.
33
"""
44
from bioblend.galaxy.client import Client
55

@@ -72,10 +72,11 @@ def install_repository_revision(self, tool_shed_url, name, owner,
7272
that contains valid tools, loading them into a section of the Galaxy tool
7373
panel or creating a new tool panel section.
7474
You can choose if tool dependencies or repository dependencies should be
75-
installed through the tool shed,
75+
installed through the Tool Shed,
7676
(use ``install_tool_dependencies`` or ``install_repository_dependencies``)
7777
or through a resolver that supports installing dependencies
78-
(use ``install_resolver_dependencies``).
78+
(use ``install_resolver_dependencies``). Note that any combination of
79+
the three dependency resolving variables is valid.
7980
8081
Installing the repository into an existing tool panel section requires
8182
the tool panel config file (e.g., tool_conf.xml, shed_tool_conf.xml, etc)

0 commit comments

Comments
 (0)