Alignments file parsing and manipulation.
Super class
nemo::Tool -> Alignments
Methods
Method new()
Create a new Alignments object.
Usage
Alignments$new(path = NULL, files_tbl = NULL)Arguments
path(
character(1))
Output directory of tool. Iffiles_tblis supplied, this basically gets ignored.files_tbl(
tibble(n))
Tibble of files fromnemo::list_files_dir().
Examples
cls <- Alignments
indir <- system.file("extdata/oa", package = "tidywigits")
odir <- tempdir()
id <- "alignments_run1"
obj <- cls$new(indir)
obj$nemofy(odir = odir, format = "parquet", id = id)
#> NULL
(lf <- list.files(odir, pattern = "alignments.*parquet", full.names = FALSE))
#> character(0)
