You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/biokotlin/cli/MafToGvcfConverter.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ class MafToGvcfConverter : CliktCommand(help = "Create a GVCF file from a MAF fi
82
82
.int()
83
83
.default(0)
84
84
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. ")
0 commit comments