Skip to content

Commit

Permalink
Fixed typo; updated GATK in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lima1 committed Feb 11, 2022
1 parent ed225cf commit a830346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ WORKDIR /opt
RUN ln -s $PURECN /opt/PureCN

# install GATK4
RUN wget --no-verbose https://github.com/broadinstitute/gatk/releases/download/4.2.2.0/gatk-4.2.2.0.zip && \
unzip gatk-4.2.2.0.zip -d /opt && \
rm gatk-4.2.2.0.zip
RUN wget --no-verbose https://github.com/broadinstitute/gatk/releases/download/4.2.5.0/gatk-4.2.5.0.zip && \
unzip gatk-4.2.5.0.zip -d /opt && \
rm gatk-4.2.5.0.zip

ENV PATH /opt/gatk-4.2.2.0:$PATH
ENV PATH /opt/gatk-4.2.5.0:$PATH

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SIGNIFICANT USER-VISIBLE CHANGES
default BQ of 30). By default BQ is capped at 50 and variants below 25
are ignored. Set min.supporting.reads to 0 to turn this off (#206).
o More robust annotation of intervals with gene symbols
o Remove chrosomes not present in the centromeres GRanges object; useful
o Remove chromosomes not present in the centromeres GRanges object; useful
to remove altcontigs somehow present (should not happen with intervals
generated by IntervalFile.R)

Expand Down

0 comments on commit a830346

Please sign in to comment.