Skip to content

Commit 69d57c4

Browse files
committed
Fix closing last file written in merge-gvcfs
1 parent 9e91957 commit 69d57c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/biokotlin/util/MergeGVCFUtils.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ private suspend fun writeOutputVCF(
197197

198198
}
199199

200+
writer?.close()
201+
200202
}
201203

202204
/**

0 commit comments

Comments
 (0)