Skip to content

Commit

Permalink
Update src/test/scala/com/fulcrumgenomics/umi/UmisTest.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed May 20, 2024
1 parent 05e573a commit 9856fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/com/fulcrumgenomics/umi/UmisTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class UmisTest extends UnitSpec with OptionValues {
copyUmiFromReadName(rec=rec("UMI:C:ACC+GGT"), removeUmi=true).nameAndUmi shouldBe ("UMI:C", "ACC-GGT")
}

it should "split on a different delimiter name if specified" in {
it should "split on a different name delimiter if specified" in {
copyUmiFromReadName(rec=rec("UMI-A"), delimiter='-').nameAndUmi shouldBe ("UMI-A", "A")
copyUmiFromReadName(rec=rec("UMI-C-A"), delimiter='-').nameAndUmi shouldBe ("UMI-C-A", "A")
copyUmiFromReadName(rec=rec("UMI-C-ACC+GGT"), delimiter='-').nameAndUmi shouldBe ("UMI-C-ACC+GGT", "ACC-GGT")
Expand Down

0 comments on commit 9856fe1

Please sign in to comment.