From 5f9d05ff29816a330963196cdc9b54c1e6b1306d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 10 Jan 2022 18:58:40 +0100 Subject: tasks: update docs --- python/refcat/tasks.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 086dbc4..b4d200d 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -272,6 +272,16 @@ class WikipediaCitationsMinimalDataset(luigi.ExternalTask, Refcat): 3790 SSRN 3013 ZBL + The minimal version looks like this: + + { + "type_of_citation": "citation", + "page_title": "List of R1a frequency by population", + "Title": "High-resolution phylogenetic analysis ...", + "ID_list": "{PMID=15944443, DOI=10.1093/molbev/msi185}" + } + + """ def output(self): return luigi.LocalTarget(path=os.path.join(settings.WIKIPEDIA_CITATIONS, "minimal_dataset.json")) -- cgit v1.2.3