Skip to content

Commit

Permalink
chore(cram): drop unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Feb 9, 2024
1 parent 299e9b8 commit 109f213
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions modo/cram.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
"""Utilities to interact with genomic intervals in CRAM files."""
from pathlib import Path
from pysam import AlignmentFile, AlignmentHeader
import re
from typing import Any, Iterator

import smoc_schema.datamodel as model
from pysam import (
AlignedSegment,
AlignmentFile,
AlignmentHeader,
)
from rdflib import Graph

# MODO.slice(data: str, coords: str) will call slice(), which in turn will
Expand Down

0 comments on commit 109f213

Please sign in to comment.