verify.fasta.index {varitas} | R Documentation |
verify.fasta.index
Description
Verify that fasta index files exist for a given fasta file.
Usage
verify.fasta.index(fasta.file, error = FALSE)
Arguments
fasta.file |
Fasta file to check |
error |
Logical indicating whether to throw an (informative) error if verification fails |
Value
faidx.exists Logical indicating if fasta index files were found (only returned if error set to FALSE)
[Package varitas version 0.0.2 Index]