From f051aa917b7f4ff9ae20ae77f8b84ae27c48233c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 22 Sep 2018 20:11:30 -0700 Subject: match_filter_enrich: fix typo --- notes/match_filter_enrich.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3