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
.argument('<outDir>','The output Directory to save CAR files and manifest files')
25
26
.requiredOption('-l, --url-prefix <urlPrefix>','The prefix of the download link, which will be followed by datacid.car, i.e. http://download.mysite.org/')
26
27
.option('-s, --deal-size <deal_size>','Target deal size, i.e. 32GiB','32 GiB')
28
+
.option('-t, --tmp-dir <tmp_dir>','Temporary directory, may be useful when dataset source is slow, such as on S3 mount or NFS')
27
29
.addOption(newOption('-m, --min-ratio <min_ratio>','Min ratio of deal to sector size, i.e. 0.55').default('0.55').argParser(parseFloat))
28
30
.addOption(newOption('-M, --max-ratio <max_ratio>','Max ratio of deal to sector size, i.e. 0.95').default('0.95').argParser(parseFloat))
29
31
.addOption(newOption('-j, --parallel <parallel>','How many generation jobs to run at the same time').default('1'))
0 commit comments