Skip to content

Commit

Permalink
fix: add unifold to search
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 5, 2024
1 parent fb99aea commit 3f043f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alexi/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def index(indir: Path, outdir: Path) -> None:
trimmer.trimmer,
)
builder.pipeline.add(unifold)
builder.search_pipeline.add(unifold)
builder.metadata_whitelist.append("position")
LOGGER.info("pipeline: %s", builder.pipeline)
LOGGER.info("search pipeline: %s", builder.pipeline)
Expand Down

0 comments on commit 3f043f7

Please sign in to comment.