R/wrapperFunctions_fastxtoolkit.R
fastx_barcode_splitter.Rd
Split multiplexed samples by user-defined indics using fastx_barcode_splitter
fastx_barcode_splitter(
fileTofxc,
bcFile,
mismatches = 0,
fbs = "fastx_barcode_splitter.pl",
stderr = file.path(dirname(fileTofxc), paste0(basename(fileTofxc),
"_fastx_barcode_splitter_stderr.txt")),
stdout = file.path(dirname(fileTofxc), paste0(basename(fileTofxc),
"_fastx_barcode_splitter_stdout.txt")),
useClipRConda = ifelse(is.null(getOption("CLIPflexR.condaEnv")), FALSE, TRUE),
additional_Args = NULL,
verbose = FALSE
)
path to file to process (fastq or fasta).
tab-delimited barcode file.
number of mismatches allowed.
path to fastx_barcode_splitter.pl from FASTX toolkit.
path to stderr file.
path to stdout file.
use conda environment installed by Herper, TRUE (default) or FALSE.
additional arguments to be passed to system call.
print messages to screen, TRUE or FALSE (default).
path to split files; files will be written without any extension, in the same format as the input file.