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
Copy file name to clipboardExpand all lines: bin/physlr-make
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -184,10 +184,11 @@ help:
184
184
@echo " min_component_size minimum number of barcodes in a backbone [50]."
185
185
@echo " minimum_barcode_multiplicity minimum number of minimizers per barcode [10]."
186
186
@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."
187
+
@echo " mol_strategy molecule separation strategy [distributed]. Available options are bc, bc+k3, distributed, ext."
188
188
@echo " bc (biconnected componenets) is the least conservative and is only suitable for datasets with low barcode multiplicity."
189
-
@echo " bc+k3 (biconnected componenets + k-3 cliques) is most conservative and requires more time."
190
-
@echo " distributed is a modified version of bc+k3 that is faster but less conservative."
189
+
@echo " bc+k3 (biconnected componenets + k-3 cliques) is more conservative than bc and requires more time."
190
+
@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."
191
192
@echo " bloom_filter_size size of bloom filter [10000000000] (10G)."
192
193
@echo " arcs Use ARCS to augment scaffolds (only compatible with ARCS v1.1.1) [false]."
0 commit comments