read_fasta: Read reference genome fasta file

View source: R/fasta.R

read_fastaR Documentation

Read reference genome fasta file

Description

Read reference genome fasta file

Usage

read_fasta(fasta = NULL, fai = NULL, sort = TRUE, threads = 1)

Arguments

fasta

PATH to FASTA file

fai

PATH to FAI file. If not given assumes same directory as fasta file

sort

Sort genomic positions alphanumerically. Default TRUE

threads

Number of threads to use. Default 1

Details

fasta object structure: time: System time at read time fasta_origin: PATH to fasta origin file body: Fasta body

Value

A fasta_object


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.