diff options
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") |