Skip to content

Commit 7abfee5

Browse files
committed
Updating help message.
1 parent 751a02b commit 7abfee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/biokotlin/cli/MafToGvcfConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class MafToGvcfConverter : CliktCommand(help = "Create a GVCF file from a MAF fi
8282
.int()
8383
.default(0)
8484

85-
val anchorwaveLegacy by option(help = "Defaults to false. Enable this option if the MAF was created prior to Anchorwave version 1.2.3. Otherwise the ")
85+
val anchorwaveLegacy by option(help = "Defaults to false. Enable this option if the MAF was created prior to Anchorwave version 1.2.3. Otherwise the ASM coordinates will not be correct. ")
8686
.flag(default = false)
8787

8888
override fun run() {

0 commit comments

Comments
 (0)