Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Feb 28, 2024
2 parents f4b7752 + 2e71fbe commit 28af14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/pipeline/process_papers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
db_manager = WBDBManager(dbname=args.db_name, user=args.db_user, password=args.db_password, host=args.db_host)
ntt_extractor = NttExtractor(db_manager=db_manager.generic)
textpresso_lit_index = TextpressoLiteratureIndex(
api_url="https://textpressocentral.org:18080/v1/textpresso/api/", api_token=args.tpc_token,
api_url="https://www.alliancegenome.org/textpresso/wb/v1/textpresso/api/", api_token=args.tpc_token,
use_cache=True, corpora=["C. elegans"])
cm = CorpusManager()
if args.paper_ids:
Expand Down

0 comments on commit 28af14e

Please sign in to comment.