Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2024
1 parent f2c6ced commit 69d6855
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/grelu/interpret/modisco.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import os
from typing import Callable, List, Optional, Union

import numpy as np
import pandas as pd
from typing import Union, Optional, List, Callable


def _add_tomtom_to_modisco_report(
Expand Down Expand Up @@ -143,8 +144,8 @@ def run_modisco(
from grelu.interpret.motifs import run_tomtom
from grelu.interpret.score import get_attributions
from grelu.io.motifs import read_modisco_report
from grelu.sequence.utils import get_unique_length
from grelu.sequence.format import convert_input_type
from grelu.sequence.utils import get_unique_length

# Get start and end positions
if window is None:
Expand Down

0 comments on commit 69d6855

Please sign in to comment.