From 37ac302aea487e929b242179905730ed8bbfac83 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 31 Jul 2019 14:15:13 -0700 Subject: use generic ISSN-to-ISSN-L.txt location in README --- python/README_import.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/README_import.md') 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 -- cgit v1.2.3