Header menu logo BioFSharp

GenomeParams Type

Union cases

Union case Description

GenomeChainFiles string list

Full Usage: GenomeChainFiles string list

Parameters:
    Item : string list

chain files for genomic liftover. Only used with --runMode liftOver .

Item : string list

GenomeConsensusFile string

Full Usage: GenomeConsensusFile string

Parameters:
    Item : string

VCF file with consensus SNPs (i.e. alternative allele is the major (AF>0.5) allele)

Item : string

GenomeDirectory string

Full Usage: GenomeDirectory string

Parameters:
    Item : string

path to the directory where genome files are stored (for --runMode alignReads) or will be generated (for --runMode generateGenome)

Item : string

GenomeFastaFiles string list

Full Usage: GenomeFastaFiles string list

Parameters:
    Item : string list

path(s) to the fasta files with the genome sequences, separated by spaces. These files should be plain text FASTA files, they *cannot* be zipped. Required for the genome generation (--runMode genomeGenerate). Can also be used in the mapping (--runMode alignReads) to add extra (new) sequences to the genome (e.g. spike-ins).

Item : string list

GenomeFileSizes int list

Full Usage: GenomeFileSizes int list

Parameters:
    Item : int list

genome files exact sizes in bytes. Typically, this should not be defined by the user.

Item : int list

IndexingOptions GenomeIndexingOptions list

Full Usage: IndexingOptions GenomeIndexingOptions list

Parameters:

Genome Indexing Parameters - only used with --runMode genomeGenerate

Item : GenomeIndexingOptions list

Load GenomeLoad

Full Usage: Load GenomeLoad

Parameters:

mode of shared memory usage for the genome files. Only used with --runMode alignReads.

Item : GenomeLoad

Static members

Static member Description

GenomeParams.makeCmd

Full Usage: GenomeParams.makeCmd

Returns: GenomeParams -> string list
Returns: GenomeParams -> string list

GenomeParams.makeCmdWith m

Full Usage: GenomeParams.makeCmdWith m

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

Type something to start searching.