Skip to content

Commit

Permalink
write release olinks adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
biodavidjm committed Feb 2, 2024
1 parent 1fba37b commit f2ce6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/olink_qc.R
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ write_olink_releases <- function(input_results_folder,
phase_folder_release <- phase_details
}

output_folder <- file.path(folder_root, folder_name, phase_folder_release, "prot-ol", folder_tissue, folder_assay)
output_folder <- file.path(folder_root, folder_name, phase_folder_release, "proteomics-targeted", folder_tissue, folder_assay)

if(!dir.exists(file.path(output_folder))){
dir.create(file.path(output_folder), recursive = TRUE)
Expand Down

0 comments on commit f2ce6ee

Please sign in to comment.