assemble_file_details.Rd
Update the database by appending to the gambl_files table.
assemble_file_details(
file_details_df,
file_paths,
tool_name,
unix_group,
these_sample_ids,
output_type = "ploidy",
is_production = "yes"
)
Optionally supply the data frame directly instead (e.g. from find_files_extract_wildcards).
A vector of full file paths, e.g. the output of dir.
The tool or pipeline that generated the files (should be the same for all).
The unix group (should be the same for all).
A vector of sample_id the same length and in the same order as the file paths.
The file type to distinguish different output file types from the same pipeline (e.g. seg, maf, ploidy).
Boolean parameter. Default is yes.
Updates the database by appending to the gambl_files table. Use with caution!
Specify the file paths with file_paths
followed by the name of the tool (tool_name
).
Next, set the output type (e.g seq, maf, etc.) and unix group (should be the same for all).
Lastly, specify the sample IDs with these_sample_ids
.
For more information on how to use the optional parameters, refer to the parameter descriptions.