getFastaEntries

Get the designated set of records in FASTA format. If recordNumbers is empty the whole DB will be converted.

getFastaEntries
(
Options
Range
)
(
in string dbFile
,,
in Options options
)
if (
isIntegral!(typeof(options.fastaLineWidth)) &&
isSomeString!(typeof(options.workdir))
&&
isInputRange!Range
&&
is(ElementType!Range : size_t)
)

Meta