Skip to content

Commit 01b5779

Browse files
committed
Added header comment to MergeGVCFUtils
1 parent 63d58d0 commit 01b5779

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ import java.io.File
1717

1818
private val myLogger = LogManager.getLogger("biokotlin.util.MergeGVCFUtils")
1919

20+
/**
21+
* Merges GVCF files into a single VCF file.
22+
* The GVCF files should have only one sample each.
23+
* If a bedfile is provided, then the output VCF file is split into multiple files
24+
* based on the ranges in the bedfile.
25+
*/
2026
object MergeGVCFUtils {
2127

2228
fun mergeGVCFs(inputDir: String, outputFile: String, bedfile: String? = null) {

0 commit comments

Comments
 (0)