bwaIndex: Calls the BWA index command

Description Usage Arguments Author(s) Examples

Description

Calls the BWA index command.

Usage

1
2
## Default S3 method:
bwaIndex(pathnameFA, indexPrefix="*", ..., verbose=FALSE)

Arguments

pathnameFA

The FASTA file to be indexed.

indexPrefix

The prefix for the generated index files.

...

Additional arguments specifying BWA 'index' switches passed to systemBWA().

verbose

See Verbose.

Author(s)

Henrik Bengtsson

Examples

1
2
3
4
## Not run: 
  bwaIndex("annotationData/organisms/Lambda_phage/lambda_virus.fa")

## End(Not run)

HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.