Skip to content

Commit

Permalink
Merge pull request #6 from genome/vep_101.0_v1
Browse files Browse the repository at this point in the history
Vep 101.0 v1
  • Loading branch information
chrisamiller authored Feb 3, 2021
2 parents 40ab68d + 1d4a5c1 commit 8966101
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 262 deletions.
12 changes: 3 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ensemblorg/ensembl-vep:release_95.3
MAINTAINER John Garza <[email protected]>

LABEL \
description="Vep helper image"
FROM ensemblorg/ensembl-vep:release_101.0
LABEL maintainer="John Garza <[email protected]>"
LABEL description="Vep helper image"

USER root

Expand Down Expand Up @@ -33,10 +31,6 @@ https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/95/SpliceRegion.pm
https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/95/dbNSFP.pm \
https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/95/dbNSFP_replacement_logic

COPY add_annotations_to_table_helper.py /usr/bin/add_annotations_to_table_helper.py
COPY docm_and_coding_indel_selection.pl /usr/bin/docm_and_coding_indel_selection.pl
COPY vcf_check.pl /usr/bin/vcf_check.pl
COPY intervals_to_bed.pl /usr/bin/intervals_to_bed.pl
COPY single_sample_docm_filter.pl /usr/bin/single_sample_docm_filter.pl

USER vep
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This repo has moved to genome/docker-vep_helper-cwl
VEP plus accessory script for empty VCF handling
123 changes: 0 additions & 123 deletions add_annotations_to_table_helper.py

This file was deleted.

81 changes: 0 additions & 81 deletions docm_and_coding_indel_selection.pl

This file was deleted.

10 changes: 0 additions & 10 deletions intervals_to_bed.pl

This file was deleted.

38 changes: 0 additions & 38 deletions single_sample_docm_filter.pl

This file was deleted.

0 comments on commit 8966101

Please sign in to comment.