Skip to content

Commit 7f5a36b

Browse files
authored
Merge pull request #45 from maize-genetics/fix-closing-merge-gvcfs
Fix closing last file written in merge-gvcfs
2 parents 9e91957 + 69d57c4 commit 7f5a36b

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)