Skip to content

Commit

Permalink
Merge pull request #95 from mr-c/fix_import
Browse files Browse the repository at this point in the history
Fix import statement s/cookbook/bx.cookbook/
  • Loading branch information
nsoranzo authored Jul 4, 2024
2 parents b6e40e7 + ec0ed09 commit 701272b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/maf_tile_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@

import sys

from cookbook import doc_optparse

import bx.align as align
import bx.align.maf as maf
import bx.seq.nib
from bx.cookbook import doc_optparse

tree_tx = str.maketrans("(),", " ")

Expand Down

0 comments on commit 701272b

Please sign in to comment.