Skip to content

Commit

Permalink
update to vcf2maf 1.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
allaway authored Jul 4, 2024
1 parent 3e4c71e commit f2e6543
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/Sage-Bionetworks-Workflows/vcf2maf/archive/refs/tags/107.1.tar.gz \
RUN curl -s -L -o vcf2maf.tar.gz https://github.com/mskcc/vcf2maf/archive/refs/tags/v1.6.22.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 f2e6543

Please sign in to comment.