Skip to content

Commit 58c5b07

Browse files
authored
Reorganized Utilities to add dockers. Also made previous wdl in utilities public on dockstore. (#84)
* Reorganized Utilities to add dockers. Also made previous wdl in utilities public on dockstore.
1 parent 0c36572 commit 58c5b07

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

.dockstore.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ workflows:
4444
primaryDescriptorPath: /ImputationPipeline/PRSWrapper.wdl
4545
- name: CKDRiskAdjustment
4646
subclass: WDL
47-
primaryDescriptorPath: /ImputationPipeline/CKDRiskAdjustment.wdl
47+
primaryDescriptorPath: /ImputationPipeline/CKDRiskAdjustment.wdl
48+
- name: CollectBenchmarkSucceeded
49+
subclass: WDL
50+
primaryDescriptorPath: /Utilities/WDLs/CollectBenchmarkSucceeded.wdl
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:3.9.9
2+
RUN pip install pandas==1.3.4 \
3+
numpy==1.21.4 \
4+
scipy==1.7.2 \
5+
seaborn==0.11.2

Utilities/Dockers/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Docker Files
2+
3+
This directory contains `dockerimage` files and descriptions of what each is intended for.
4+
5+
## python-data-slim
6+
7+
* Directory: Python-Data-Slim
8+
* Description: A small docker image with essential data processing packages in python. Comes with `python3`, along
9+
with the libraries `pandas`, `seaborn`, `numpy`, and `scipy` explicitly installed.
10+
* Location: `us.gcr.io/broad-dsde-methods/rm-python-data-slim`
11+
* Version Notes:
12+
* 1.0: Versions are `python3` 3.9.9, `pandas` 1.3.4, `seaborn` 1.7.2, `numpy` 1.21.4, `scipy` 1.7.2.

0 commit comments

Comments
 (0)