Skip to content

Commit

Permalink
Fix import statement s/cookbook/bx.cookbook/
Browse files Browse the repository at this point in the history
  • Loading branch information
tillea authored and mr-c committed Jul 3, 2024
1 parent b6e40e7 commit ec0ed09
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 ec0ed09

Please sign in to comment.