aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-27 23:23:53 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-27 23:23:53 +0200
commit687e6d6a46aeb01c230e2183f465ae0ec074aff7 (patch)
treedb687451f7095a51c97f15178e43d65162fd18f2 /python
parent56390b40ce4d5a7e4d0f17a935cf6a9c3d950be6 (diff)
downloadrefcat-687e6d6a46aeb01c230e2183f465ae0ec074aff7.tar.gz
refcat-687e6d6a46aeb01c230e2183f465ae0ec074aff7.zip
update notes
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
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}
""",