Commit 87740d2f authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

Moved all execution wrappers into a separate package directory.

parent 857aa321
......@@ -8,7 +8,7 @@ from typing import Any, Mapping, Optional, Sequence
from absl import logging
# Internal import (7716).
from features import utils
from features.tools import utils
_HHBLITS_DEFAULT_P = 20
_HHBLITS_DEFAULT_Z = 500
......
......@@ -9,7 +9,7 @@ from absl import logging
# Internal import (7716).
from features import utils
from features.tools import utils
class HHSearch:
......
......@@ -12,7 +12,7 @@ from absl import logging
# Internal import (7716).
from features import utils
from features.tools import utils
class Jackhmmer:
......
......@@ -6,8 +6,7 @@ from typing import Sequence
from absl import logging
from features import utils
from features.tools import utils
def _to_a3m(sequences: Sequence[str]) -> str:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment