Commit 13d0924
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 #10381 parent e55c5c4 commit 13d0924
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments