diff options
Diffstat (limited to 'python/conf')
-rw-r--r-- | python/conf/settings.ini | 5 |
1 files changed, 5 insertions, 0 deletions
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" |