Skip to content

Commit

Permalink
modify laml_libs/preprocess/alignment_utilities.py so that it imports…
Browse files Browse the repository at this point in the history
… libs from lamlinstead of cassiopeia
  • Loading branch information
uym2 committed Jul 9, 2024
1 parent f3a4374 commit 3f2e352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laml_libs/preprocess/alignment_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import ngs_tools as ngs
from pyseq_align import NeedlemanWunsch, SmithWaterman

from cassiopeia.mixins import UnknownCigarStringError
from laml_libs.mixins import UnknownCigarStringError


def align_local(
Expand Down

0 comments on commit 3f2e352

Please sign in to comment.