Header menu logo BioFSharp

PrefetchParams Type

Union cases

Union case Description

CartPath string

Full Usage: CartPath string

Parameters:
    Item : string

path to cart file

Item : string

CheckAll

Full Usage: CheckAll

Double-check all refseqs

CloudLocation string

Full Usage: CloudLocation string

Parameters:
    Item : string

location in cloud

Item : string

DisableMultiThreading

Full Usage: DisableMultiThreading

disable multithreading

FileType string

Full Usage: FileType string

Parameters:
    Item : string

specify file type to download. Default: sra

Item : string

Force object download one of: no, yes, all. no [default]: skip download if the object if found and complete; yes: download it even if it is found and is complete; all: ignore lock files (stale locks or it is being downloaded by another process: use at your own risk!)

Item : PrefetchForceOptions

LogLevel string

Full Usage: LogLevel string

Parameters:
    Item : string

Logging level as number or enum string. One of (fatal|sys|int|err|warn|info|debug) or (0-6) Current/default is warn

Item : string

MaximumFileSize int

Full Usage: MaximumFileSize int

Parameters:
    Item : int

Maximum file size to download in KB (exclusive). Default: 20G

Item : int

MinimumFileSize int

Full Usage: MinimumFileSize int

Parameters:
    Item : int

Minimum file size to download in KB (inclusive).

Item : int

NGCFilePath string

Full Usage: NGCFilePath string

Parameters:
    Item : string

path to ngc file

Item : string

OptionFilePath string

Full Usage: OptionFilePath string

Parameters:
    Item : string

Read more options and parameters from the file.

Item : string

OutputDirectory string

Full Usage: OutputDirectory string

Parameters:
    Item : string

Save files to path

Item : string

OutputFile string

Full Usage: OutputFile string

Parameters:
    Item : string

Write file to FILE when downloading single file

Item : string

PermissionFilePath string

Full Usage: PermissionFilePath string

Parameters:
    Item : string

path to permission file

Item : string

Progress int

Full Usage: Progress int

Parameters:
    Item : int

Time period in minutes to display download progress (0: no progress), default: 1

Item : int

Version

Full Usage: Version

Display the version of the program

Static members

Static member Description

PrefetchParams.makeCmd

Full Usage: PrefetchParams.makeCmd

Returns: PrefetchParams -> string list
Returns: PrefetchParams -> string list

PrefetchParams.makeCmdWith m

Full Usage: PrefetchParams.makeCmdWith m

Parameters:
Returns: PrefetchParams -> string list
m : MountInfo
Returns: PrefetchParams -> string list

Type something to start searching.