Header menu logo BioFSharp

BlastP.BlastPFastParameters Type

use this type to specify specific and generic command line parameters for the blastp blastp-fast task like this:

let myParams = [

     BlastPFastParameters.CommonOptions [...]

     BlastPFastParameters.SpecificOptions [...]
]

Union cases

Union case Description

CommonOptions BlastParams list

Full Usage: CommonOptions BlastParams list

Parameters:
Item : BlastParams list

SpecificOptions BlastPFastParams list

Full Usage: SpecificOptions BlastPFastParams list

Parameters:
Item : BlastPFastParams list

Static members

Static member Description

BlastPFastParameters.toCLIArgs

Full Usage: BlastPFastParameters.toCLIArgs

Returns: BlastPFastParameters -> string list
Returns: BlastPFastParameters -> string list

Type something to start searching.