diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-31 14:15:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-31 14:15:13 -0700 |
commit | 37ac302aea487e929b242179905730ed8bbfac83 (patch) | |
tree | acaa12662eb4ad05ff41f5555487355354154c73 /python | |
parent | 519a0e02b02a6556dbaa8d46443533099d26af33 (diff) | |
download | fatcat-37ac302aea487e929b242179905730ed8bbfac83.tar.gz fatcat-37ac302aea487e929b242179905730ed8bbfac83.zip |
use generic ISSN-to-ISSN-L.txt location in README
Diffstat (limited to 'python')
-rw-r--r-- | python/README_import.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README_import.md b/python/README_import.md index b531a9e2..65c08f8b 100644 --- a/python/README_import.md +++ b/python/README_import.md @@ -52,7 +52,7 @@ Usually tens of minutes on fast production machine. Usually 24 hours or so on fast production machine. - time xzcat /srv/fatcat/datasets/crossref-works.2018-09-05.json.xz | time parallel -j20 --round-robin --pipe ./fatcat_import.py crossref - /srv/fatcat/datasets/20180216.ISSN-to-ISSN-L.txt --extid-map-file /srv/fatcat/datasets/release_ids.ia_munge_20180908.sqlite3 + time xzcat /srv/fatcat/datasets/crossref-works.2018-09-05.json.xz | time parallel -j20 --round-robin --pipe ./fatcat_import.py crossref - /srv/fatcat/datasets/ISSN-to-ISSN-L.txt --extid-map-file /srv/fatcat/datasets/release_ids.ia_munge_20180908.sqlite3 ## JALC @@ -69,7 +69,7 @@ Then, in parallel: Looks like: - fd . /data/jstor/metadata/ | time parallel -j20 --round-robin --pipe ./fatcat_import.py jstor - /data/issn/20190129.ISSN-to-ISSN-L.txt + fd . /data/jstor/metadata/ | time parallel -j20 --round-robin --pipe ./fatcat_import.py jstor - /data/issn/ISSN-to-ISSN-L.txt ## arXiv |