find_files_extract_wildcards.Rd
Get wildcards for a set of samples.
find_files_extract_wildcards(
tool_results_path,
search_pattern,
genome_build,
seq_type = "genome",
unix_group = "gambl",
tool_name
)
Optional parameter, path to results.
Search pattern.
Genome projection to be used.
Default is genome.
Default value is gambl.
Name of the tool.
A tibble with wildcards.
Specify the file extension with search_pattern
and the seq type, unix group, and genome build and the function will return a tibble with sample wildcards.
file_details_manta = find_files_extract_wildcards(tool_name = "manta",
genome_build = c("hg38", "grch37"),
search_pattern = ".bed")