We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94e9cb commit 751a02bCopy full SHA for 751a02b
src/test/kotlin/biokotlin/genome/MAFToGVCFTest.kt
@@ -710,7 +710,6 @@ class MAFToGVCFTest : StringSpec({
710
//Check ASM Contig
711
(matchingTruth.getAttribute("ASM_Chr") == variant.getAttribute("ASM_Chr")) shouldBe true
712
//Check ASM Start
713
- println("ASM_Start: ${matchingTruth.getAttribute("ASM_Start")} == ${variant.getAttribute("ASM_Start")}")
714
(matchingTruth.getAttribute("ASM_Start") == variant.getAttribute("ASM_Start")) shouldBe true
715
//Check ASM END
716
(matchingTruth.getAttribute("ASM_End") == variant.getAttribute("ASM_End")) shouldBe true
0 commit comments