Index a genome using Bowtie2 such that it can be used for alignment
Source:R/refgenome.R
BascetIndexGenomeBowtie2.RdIndex a genome using Bowtie2 such that it can be used for alignment
Usage
BascetIndexGenomeBowtie2(
genomeFile,
numThreads = NULL,
runner = GetDefaultBascetRunner(),
bascetInstance = GetDefaultBascetInstance()
)