From 7be09009b42d3af96ca8875c698922710d92d074 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 20 May 2021 13:23:09 +0200 Subject: wip: cdx lookup --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index c082e0a..8d00b55 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -545,7 +545,7 @@ class FatcatMapped(Refcat): class RefsMapped(Refcat): """ - Apply mapper on refs. + Apply mapper on refs. 281min (about 100k/s). """ mapper = luigi.Parameter(default="ts", description="mapper short name") -- cgit v1.2.3