You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo " min_component_size minimum number of barcodes in a backbone [50]."
185
186
@echo " minimum_barcode_multiplicity minimum number of minimizers per barcode [10]."
186
187
@echo " maximum_barcode_multiplicity maximum number of minimizers per barcode [5000]."
187
-
@echo " mol_strategy molecule separation strategy [distributed]. Available options are bc, bc+k3, distributed, ext."
188
+
@echo " mol_strategy molecule separation strategy [distributed+sqcosbin]. Available options are bc, bc+k3, distributed, distributed+sqcosbin."
188
189
@echo " bc (biconnected componenets) is the least conservative and is only suitable for datasets with low barcode multiplicity."
189
190
@echo " bc+k3 (biconnected componenets + k-3 cliques) is more conservative than bc and requires more time."
190
191
@echo " distributed is a modified version of bc+k3 that is faster than bc+k3 but may be more (or even less) conservative."
191
-
@echo "ext (extensive) mixes distributed with a modified version of sqcos (cosine similarity of squared adjacency matrix) which makes it more conservative."
192
+
@echo "distributed+sqcosbin mixes distributed with a modified version of sqcos (cosine similarity of squared adjacency matrix) which makes it more conservative."
192
193
@echo " bloom_filter_size size of bloom filter [10000000000] (10G)."
193
194
@echo " arcs Use ARCS to augment scaffolds (only compatible with ARCS v1.1.1) [false]."
0 commit comments