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 ...@@ -8,7 +8,7 @@ from typing import Any, Mapping, Optional, Sequence
from absl import logging from absl import logging
# Internal import (7716). # Internal import (7716).
from features import utils from features.tools import utils
_HHBLITS_DEFAULT_P = 20 _HHBLITS_DEFAULT_P = 20
_HHBLITS_DEFAULT_Z = 500 _HHBLITS_DEFAULT_Z = 500
......
...@@ -9,7 +9,7 @@ from absl import logging ...@@ -9,7 +9,7 @@ from absl import logging
# Internal import (7716). # Internal import (7716).
from features import utils from features.tools import utils
class HHSearch: class HHSearch:
......
...@@ -12,7 +12,7 @@ from absl import logging ...@@ -12,7 +12,7 @@ from absl import logging
# Internal import (7716). # Internal import (7716).
from features import utils from features.tools import utils
class Jackhmmer: class Jackhmmer:
......
...@@ -6,8 +6,7 @@ from typing import Sequence ...@@ -6,8 +6,7 @@ from typing import Sequence
from absl import logging from absl import logging
from features.tools import utils
from features import utils
def _to_a3m(sequences: Sequence[str]) -> str: 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