diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-03-23 00:41:21 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-03-23 00:41:21 +0100 |
commit | 17ddb998c3ad083077ab5b277af8d224af186c22 (patch) | |
tree | 59f92c5dbd1f8cb5b121940a429a65cce254da13 /python/conf | |
parent | e23b5225e4904551bc36af38fff9d1f4215065cb (diff) | |
download | refcat-17ddb998c3ad083077ab5b277af8d224af186c22.tar.gz refcat-17ddb998c3ad083077ab5b277af8d224af186c22.zip |
add MAGDOI
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" |