Skip to content

Commit

Permalink
Merge pull request #319 from PolinaBevad/moved_back_to_4.2
Browse files Browse the repository at this point in the history
Version and integration tests for VCF 4.2
  • Loading branch information
pcingola authored Sep 16, 2020
2 parents 35dcba6 + e008a38 commit 9a83d97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VarDict
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'jacoco'
}

version = '1.8.1'
version = '1.8.2'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/expected/vardict.paired.vcf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##fileformat=VCFv4.3
##source=VarDict_v1.8.1
##fileformat=VCFv4.2
##source=VarDict_v1.8.2
##INFO=<ID=SAMPLE,Number=1,Type=String,Description="Sample name (with whitespace translated to underscores)">
##INFO=<ID=TYPE,Number=1,Type=String,Description="Variant Type: SNV Insertion Deletion Complex">
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth">
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/expected/vardict.simple.vcf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##fileformat=VCFv4.3
##source=VarDict_v1.8.1
##fileformat=VCFv4.2
##source=VarDict_v1.8.2
##INFO=<ID=SAMPLE,Number=1,Type=String,Description="Sample name (with whitespace translated to underscores)">
##INFO=<ID=TYPE,Number=1,Type=String,Description="Variant Type: SNV Insertion Deletion Complex">
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth">
Expand Down

0 comments on commit 9a83d97

Please sign in to comment.