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 56a14c2 commit e5b6765Copy full SHA for e5b6765
Dockerfile.deeptrio
@@ -191,6 +191,7 @@ ADD https://storage.googleapis.com/deepvariant/models/DeepTrio/${VERSION_DEEPTRI
191
WORKDIR /opt/smallmodels/deeptrio/wgs/child/variables
192
ADD https://storage.googleapis.com/deepvariant/models/DeepTrio/${VERSION_DEEPTRIO}/smallmodels/deeptrio.wgs_child.smallmodel/variables/variables.data-00000-of-00001 \
193
https://storage.googleapis.com/deepvariant/models/DeepTrio/${VERSION_DEEPTRIO}/smallmodels/deeptrio.wgs_child.smallmodel/variables/variables.index ./
194
+RUN chmod -R +r /opt/smallmodels/deeptrio/wgs/child/*
195
196
197
WORKDIR /opt/smallmodels/deeptrio/wgs/parent
0 commit comments