aboutsummaryrefslogtreecommitdiffstats
path: root/python/refcat/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/refcat/report.py')
-rw-r--r--python/refcat/report.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/refcat/report.py b/python/refcat/report.py
index 4a0c219..aaa4544 100644
--- a/python/refcat/report.py
+++ b/python/refcat/report.py
@@ -55,6 +55,7 @@ class BrefDOIOnly(Refcat):
def output(self):
return luigi.LocalTarget(path=self.path(ext="tsv.zst"), format=Zstd)
+
# TODO: DOAJ subset
#
# (1) find all release idents with doaj id
@@ -108,5 +109,3 @@ class BrefDOIOnly(Refcat):
# $ zstdcat -T0 doi_refs.tsv.zst| pv -l | wc -l
# 1.32G 0:06:33 [3.34M/s] [ <=> ]1315040677
# 1315040677
-
-