We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a16559 commit 8253a58Copy full SHA for 8253a58
docker/Dockerfile
@@ -6,6 +6,9 @@ RUN \
6
salmon=1.10.2 \
7
fastqc=0.12.1 \
8
multiqc=1.17 \
9
+ python=3.11 \
10
+ typing_extensions \
11
+ importlib_metadata \
12
procps-ng \
13
&& micromamba clean -a -y
14
0 commit comments