Skip to content

Commit 6145e01

Browse files
yuk12Ubuntuvasimuddin.mdvasimuddin.mdvasimuddin.md
authored
updated dv dockers with correct git commits (#54)
* overhauled deepvariant and fq2sortedbam; main targets run files, docker file; next need test and remove unnecessary files * error fixed in fq2sortedbams * fixed error in deepvar py and docker files * issues fixed to get the running docker based pipelines * fixed fq2sortedbam * update install.sh * update install.sh * fix calling the python main script from run python script with args as a param * updated fq2bma docker and deep dockers * minor fix to fq2bam * minor fix in install.sh * minor fixes * updated docker and runfile * updates * dockers * udpated HWconfigure * udpated HWconfigure * udpated HWconfigure * updates * dv1 done * updates * updates * updated bams2vcf * updates * updates * added numactl in bams2vcf docker * final touches to fq2bam, added doc.txt file * some verification, few tests can be done by engineers * added docs * cleanup * added STAT and bwa-meth * updated install.sh with star and bwa-meth * fixed install.sh * fixes to install.sh * bwa-meth and star added, star is slow on comms, need to figure it out. tested meth as well works fine on small dataset; I will generate large dataset for testing/benchmarking using Sherman. Doing Sherman runs on tiergaten due to large runtime. * readme * moved env file * fixed params * updated the readme * README * updated the dockers * added git clone commits --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: vasimuddin.md <[email protected]> Co-authored-by: vasimuddin.md <[email protected]> Co-authored-by: vasimuddin.md <[email protected]> Co-authored-by: vasimuddin.md <[email protected]> Co-authored-by: vasimuddin.md <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: manasi-t24 <[email protected]>
1 parent 060a0c7 commit 6145e01

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pipelines/deepvariant-based-germline-variant-calling-fq2vcf/Dockerfile_bams2vcf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
5050
WORKDIR /opt
5151

5252
RUN git clone --recursive https://github.com/IntelLabs/open-omics-deepvariant.git
53+
RUN git checkout bdcc819
54+
5355
RUN cp -r ./open-omics-deepvariant /opt/deepvariant/
5456
#COPY ./open-omics-deepvariant /opt/deepvariant/
5557
#RUN cp -r /opt/deeptrio /opt/deepvariant/
@@ -58,7 +60,9 @@ RUN rm -rf open-omics-deepvariant
5860

5961

6062
RUN git clone --recursive https://github.com/samtools/bcftools.git
63+
RUN git checkout e4a21b8
6164
RUN git clone --recursive https://github.com/samtools/htslib.git
65+
RUN git checkout 3668b932bdb9f737c4af9c28ddbf0472156a5f24
6266

6367

6468
WORKDIR /opt/deepvariant
@@ -247,6 +251,9 @@ RUN apt-get -y update && \
247251
WORKDIR /
248252
#COPY extra_scripts .
249253
RUN git clone --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
254+
255+
RUN git checkout 060a0c76ad4ded6d6de709b0466b8bdafdc6053d
256+
250257
WORKDIR /Open-Omics-Acceleration-Framework/pipelines/deepvariant-based-germline-variant-calling-fq2vcf/
251258

252259
RUN apt-get update

pipelines/deepvariant-based-germline-variant-calling-fq2vcf/Dockerfile_fq2bams

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ${BASE_IMAGE} as conda_setup
66

77
WORKDIR /
88
RUN git clone --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
9-
9+
RUN git checkout 060a0c76ad4ded6d6de709b0466b8bdafdc6053d
1010
WORKDIR /Open-Omics-Acceleration-Framework/pipelines/deepvariant-based-germline-variant-calling-fq2vcf/
1111

1212
RUN conda env create --name dv_env -f environment.yml
@@ -31,6 +31,7 @@ RUN source ~/.bashrc
3131

3232
WORKDIR /
3333
RUN git clone --recursive https://github.com/IntelLabs/Open-Omics-Acceleration-Framework.git
34+
RUN git checkout 060a0c76ad4ded6d6de709b0466b8bdafdc6053d
3435

3536
WORKDIR /Open-Omics-Acceleration-Framework/pipelines/deepvariant-based-germline-variant-calling-fq2vcf/
3637

0 commit comments

Comments
 (0)