diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-09-22 20:11:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-09-22 20:11:30 -0700 |
commit | f051aa917b7f4ff9ae20ae77f8b84ae27c48233c (patch) | |
tree | 1a583b348bf735f436c1bd8e9356acc4c3ae93b8 | |
parent | 4de3a3bc5016d211ce2ea65af70343bd7ff5fa4c (diff) | |
download | sandcrawler-f051aa917b7f4ff9ae20ae77f8b84ae27c48233c.tar.gz sandcrawler-f051aa917b7f4ff9ae20ae77f8b84ae27c48233c.zip |
match_filter_enrich: fix typo
-rw-r--r-- | notes/match_filter_enrich.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/match_filter_enrich.txt b/notes/match_filter_enrich.txt index e555d46..58d496b 100644 --- a/notes/match_filter_enrich.txt +++ b/notes/match_filter_enrich.txt @@ -14,6 +14,6 @@ Reduce down the scored matches to just {sha1, dois}, sorted: Join/merge the output: - zcat 2018-09-14-0559.05-dumpfilemeta.tsv.gz | LC_ALL=C join -t$'\t' 2018-08-27-2352.17-matchcrossref.filtered.tsv - | pv -l | enrich_scored_matches.py | gzip > 2018-08-27-2352.17-matchcrossref.insertable.json.gz + zcat 2018-09-14-0559.05-dumpfilemeta.tsv.gz | LC_ALL=C join -t$'\t' 2018-08-27-2352.17-matchcrossref.filtered.tsv - | pv -l | ./enrich_scored_matches.py | gzip > 2018-08-27-2352.17-matchcrossref.insertable.json.gz # 5.79M 0:09:09 [10.5k/s] |