Skip to content

Commit

Permalink
test different order
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 10, 2024
1 parent 2e250b6 commit 3180299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bean/mapping/CRISPResso2Align.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#with help from friends at https://github.com/brentp/align for cython implementation (no thanks for bug-ridden algorithm)
# https://github.com/dnase/affine-gap-sequence-alignment/blob/master/alignment.py for affine gap algorithm
# Copied & modified from CRISPResso2 https://github.com/pinellolab/CRISPResso2/blob/master/CRISPResso2/CRISPResso2Align.pyx

from cython.view cimport array as cvarray
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion bean/mapping/_supporting_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import gzip
from Bio import SeqIO
from Bio.Seq import Seq
from bean.mapping.CRISPResso2Align import read_matrix, global_align_base_editor
from bean.framework.Edit import Allele, Edit
from bean.mapping.CRISPResso2Align import read_matrix, global_align_base_editor


class InputFileError(Exception):
Expand Down

0 comments on commit 3180299

Please sign in to comment.