From 687e6d6a46aeb01c230e2183f465ae0ec074aff7 Mon Sep 17 00:00:00 2001
From: Martin Czygan <martin.czygan@gmail.com>
Date: Thu, 27 May 2021 23:23:53 +0200
Subject: update notes

---
 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 807b6fd..c76e67c 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -804,7 +804,7 @@ class UnmatchedMapped(Refcat):
         output = shellout("""
                           zstdcat -T0 {input} |
                           skate-conv -f ref |
-                          skate-map -m cns -skip-on-empty 1 |
+                          skate-map -m ff -x container_name -skip-on-empty 1 |
                           LC_ALL=C sort -T {tmpdir} -S25% -k1,1 --parallel 4 |
                           zstd -T0 -c > {output}
                           """,
-- 
cgit v1.2.3