Skip to content

Commit 13d0924

Browse files
committed
Add firecloud conda dependency to baseimage
The firecloud (FISS) Python package is needed for tasks that insert results into Terra data tables. This was present in the old viral-core requirements but was not carried over during the v3 monorepo transition, causing create_or_update_sample_tables to fail with ModuleNotFoundError. The package is tiny (58KB, noarch) and its main dependencies (google-cloud-storage, google-auth) are already in baseimage. Fixes #1038
1 parent e55c5c4 commit 13d0924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/requirements/baseimage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ udocker>=1.3.16
1111

1212
# Cloud CLIs
1313
awscli>=1.32.0
14+
firecloud>=0.16.35
1415
google-cloud-sdk>=556.0.0
1516
google-cloud-storage>=2.14.0
1617

0 commit comments

Comments
 (0)