Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Remove requires/inherits decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilieDel committed Mar 15, 2022
1 parent 95827a2 commit a7b2401
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 181 deletions.
23 changes: 23 additions & 0 deletions luigi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,26 @@
autoload_range=true
log_level = INFO
local_scheduler = True

[GlobalParams]
source=pubmed

[DownloadTask]
from_month=2021-12
output_dir=luigi-pipeline
identifier=
; emtpy string is considered default value

[TopicExtractTask]
mesh_topic_db=luigi-pipeline/mesh_topic_db.json

[TopicFilterTask]
filter_config=luigi-pipeline/filter-config.jsonl

[ConvertPDFTask]
grobid_host=0.0.0.0
grobid_port=8070

[AddTask]
db_url=luigi-pipeline/my-db.db
db_type=sqlite
Loading

0 comments on commit a7b2401

Please sign in to comment.