Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 8080f32

Browse files
committed
Updated version.
1 parent d68f42f commit 8080f32

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

VarDict

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'jacoco'
55
}
66

7-
version = '1.8.0'
7+
version = '1.8.1'
88

99
repositories {
1010
mavenCentral()

tests/integration/expected/vardict.paired.vcf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##fileformat=VCFv4.3
2-
##source=VarDict_v1.8.0
2+
##source=VarDict_v1.8.1
33
##INFO=<ID=SAMPLE,Number=1,Type=String,Description="Sample name (with whitespace translated to underscores)">
44
##INFO=<ID=TYPE,Number=1,Type=String,Description="Variant Type: SNV Insertion Deletion Complex">
55
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth">

tests/integration/expected/vardict.simple.vcf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##fileformat=VCFv4.3
2-
##source=VarDict_v1.8.0
2+
##source=VarDict_v1.8.1
33
##INFO=<ID=SAMPLE,Number=1,Type=String,Description="Sample name (with whitespace translated to underscores)">
44
##INFO=<ID=TYPE,Number=1,Type=String,Description="Variant Type: SNV Insertion Deletion Complex">
55
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth">

0 commit comments

Comments
 (0)