File tree 4 files changed +15
-3
lines changed 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 1
1
FROM 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 \
4
4
scipy==1.7.2 \
5
5
firecloud==0.16.32 \
6
6
fsspec==2022.7.1 \
Original file line number Diff line number Diff line change 1
1
# Docker Files
2
2
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
4
4
the fields are populated:
5
5
* Directory: where to find the Dockerfile, under ` palantir-workflows/Utilities/Dockers/ ` .
6
6
* Description: description of the packages installed on the docker.
@@ -31,6 +31,16 @@ includes some minimal Python tools (pandas) for data processing.
31
31
* Version Notes:
32
32
* 1.0: Versions are ` samtools ` 1.16.1.
33
33
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
+
34
44
## python-data-slim
35
45
36
46
* Directory: Python-Data-Slim
You can’t perform that action at this time.
0 commit comments