tar_meta_column: Make an archive using a column from the metadata.

View source: R/metadata.R

tar_meta_columnR Documentation

Make an archive using a column from the metadata.

Description

I am hoping this will be useful for either backing up count tables or making containerized versions of analyses.

Usage

tar_meta_column(
  meta,
  column = "hisatcounttable",
  output = NULL,
  compression = "xz"
)

Arguments

meta

dataframe of the good stuff.

column

Column containing filenames to archive.

output

Output prefix for the tarball's name.

compression

Actually, this might be a mistake, I think utils::tar takes 'gzip', not 'gz'?


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.