Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/galaxy/dependencies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ def check_rspace_client(self):
def check_fs_irods(self):
return "irods" in self.file_sources

def check_pybis(self):
return "openbis" in self.file_sources

def check_watchdog(self):
install_set = {"auto", "True", "true", "polling", True}
return self.config["watch_tools"] in install_set or self.config["watch_tool_data_dir"] in install_set
Expand Down
1 change: 1 addition & 0 deletions lib/galaxy/dependencies/conditional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ omero-py #type: omero
iiif-fsspec # type: iiif
fs-irods # type: irods, depends on python-irodsclient
mavedb-fsspec>=0.1.0 # type: mavedb
pybis==7.0.0rc1 # type: openbis, pinned pre-release required for openBIS 7 backend compatibility

# Vault backend
hvac
Expand Down
Loading
Loading