Skip to content

Commit

Permalink
testing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
allaway authored Jul 5, 2024
1 parent b4b7352 commit 322170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN yum install -y rsync \
which

# Install vcf2maf
RUN curl -s -L -o vcf2maf.tar.gz https://github.com/mskcc/vcf2maf/archive/refs/tags/v1.6.22.tar.gz \
RUN curl -s -L -o vcf2maf.tar.gz https://github.com/allaway/vcf2maf/archive/refs/tags/testing-plugins.tar.gz \
&& tar -zxf vcf2maf.tar.gz \
&& rm vcf2maf.tar.gz \
&& mv $(find . -maxdepth 1 -type d -name '*vcf2maf*') vcf2maf \
Expand Down

0 comments on commit 322170b

Please sign in to comment.