@@ -148,19 +148,21 @@ The methods can be used directly through the command line after install:
148
148
partial : Compute UniFrac over a subset of stripes.
149
149
partial-report : Start and stop suggestions for partial compute.
150
150
merge-partial : Merge partial UniFrac results.
151
+ multi : compute UniFrac multiple times.
151
152
--start [OPTIONAL] If mode==partial, the starting stripe.
152
153
--stop [OPTIONAL] If mode==partial, the stopping stripe.
153
154
--partial-pattern [OPTIONAL] If mode==merge-partial, a glob pattern for partial outputs to merge.
154
155
--n-partials [OPTIONAL] If mode==partial-report, the number of partitions to compute.
155
156
--report-bare [OPTIONAL] If mode==partial-report, produce barebones output.
156
157
--n-substeps [OPTIONAL] Internally split the problem in n substeps for reduced memory footprint, default is 1.
157
158
--format|-r [OPTIONAL] Output format:
158
- ascii : [DEFAULT] Original ASCII format.
159
+ ascii : Original ASCII format. (default if mode==one-off)
160
+ hdf5_nodist : HFD5 format, no distance matrix. (default if mode==multi)
159
161
hdf5 : HFD5 format. May be fp32 or fp64, depending on method.
160
162
hdf5_fp32 : HFD5 format, using fp32 precision.
161
163
hdf5_fp64 : HFD5 format, using fp64 precision.
162
- hdf5_nodist : HFD5 format, no distance matrix, just PCoA.
163
- --subsample-depth [OPTIONAL] Depth of subsampling of the input BIOM before computing unifrac
164
+ --subsample-depth Depth of subsampling of the input BIOM before computing unifrac (required for mode==multi, optional for one-off)
165
+ --n-subsamples [OPTIONAL] if mode==multi, number of subsampled UniFracs to compute (default: 100)
164
166
--permanova [OPTIONAL] Number of PERMANOVA permutations to compute (default: 999 with -g, do not compute if 0)
165
167
--pcoa [OPTIONAL] Number of PCoA dimensions to compute (default: 10, do not compute if 0)
166
168
--seed [OPTIONAL] Seed to use for initializing the random gnerator
0 commit comments