Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vep 101.0 v1 #6

Merged
merged 4 commits into from
Feb 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.