Skip to content

Commit

Permalink
update test vcf file to have contig headers and info annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Cheng committed Sep 6, 2020
1 parent d7237e8 commit f65908d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variables:
command: |
gzip -dk tests/data/test.vcf.gz
cat tests/data/test.vcf | docker run -i mmsplice vep --plugin MMSplice --format vcf --assembly GRCh37 --database --port 3337 --vcf -o STDOUT | tee log_variant_effect_output.txt
sed -n '/##fileformat=VCFv4.0/,$p' log_variant_effect_output.txt > variant_effect_output.txt
sed -n '/##fileformat=VCFv4.*/,$p' log_variant_effect_output.txt > variant_effect_output.txt
test_docker: &test_docker
run:
name: Test vep plugin in docker
Expand Down
Binary file modified tests/data/test.vcf.gz
Binary file not shown.
Binary file modified tests/data/test.vcf.gz.tbi
Binary file not shown.

0 comments on commit f65908d

Please sign in to comment.