File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ FROM python:3.11.2
2+ RUN pip install pysam==0.20.0
File renamed without changes.
Original file line number Diff line number Diff line change 11FROM python:3.9.9
2- RUN pip install pandas==1.3.4 \
3- numpy==1.21.4 \
2+ RUN pip install pandas==1.3.4 \
3+ numpy==1.21.4 \
44scipy==1.7.2 \
55firecloud==0.16.32 \
66fsspec==2022.7.1 \
Original file line number Diff line number Diff line change 11# Docker Files
22
3- This directory contains ` dockerimage ` files and descriptions of what each is intended for. Here is a description of how
3+ This directory contains ` Dockerfile ` files and descriptions of what each is intended for. Here is a description of how
44the fields are populated:
55* Directory: where to find the Dockerfile, under ` palantir-workflows/Utilities/Dockers/ ` .
66* Description: description of the packages installed on the docker.
@@ -31,6 +31,16 @@ includes some minimal Python tools (pandas) for data processing.
3131* Version Notes:
3232 * 1.0: Versions are ` samtools ` 1.16.1.
3333
34+ ## pysam
35+
36+ * Directory: Pysam
37+ * Description: A docker image containing Python with the [ Pysam] ( https://pysam.readthedocs.io/en/latest/api.html ) package.
38+ * Location: ` us.gcr.io/broad-dsde-methods/pysam:v1 `
39+ * Used By: ...
40+ * Usage: ` python <<CODE [CODE HERE] CODE `
41+ * Version Notes:
42+ * 1.0: Versions are ` python3 ` 3.11.2, ` pysam ` 0.20.0.
43+
3444## python-data-slim
3545
3646* Directory: Python-Data-Slim
You can’t perform that action at this time.
0 commit comments