From 17ddb998c3ad083077ab5b277af8d224af186c22 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 23 Mar 2021 00:41:21 +0100 Subject: add MAGDOI --- python/conf/settings.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python/conf') diff --git a/python/conf/settings.ini b/python/conf/settings.ini index 4996374..e79153c 100644 --- a/python/conf/settings.ini +++ b/python/conf/settings.ini @@ -4,6 +4,9 @@ BASE = "/bigger/.cache" TMPDIR = "/bigger/tmp" +# Raw input file locations +# ------------------------ +# # The raw input containing a single reference per line and sha1 of compressed # file. # @@ -34,3 +37,5 @@ REFS_FILE = "/bigger/scholar/fatcat_scholar_work_fulltext.refs.json.zst" # Release docs from database export. RELEASE_EXPORT_EXPANDED_FILE = "/bigger/citations/release_export_expanded.json.zst" +# MAG directory. +MAG = "/magna/data/mag-2020-06-25" -- cgit v1.2.3