diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-20 13:23:09 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-20 13:23:09 +0200 |
commit | 7be09009b42d3af96ca8875c698922710d92d074 (patch) | |
tree | a7dea586f68f588438bd9ffa39e128d44fead3b7 /python | |
parent | cec830ea500b50e9d38b0d6193b22cd10f577370 (diff) | |
download | refcat-7be09009b42d3af96ca8875c698922710d92d074.tar.gz refcat-7be09009b42d3af96ca8875c698922710d92d074.zip |
wip: cdx lookup
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |