Prepare libraries of structure organism pairs CLOSED

Description

This function prepares closed (private/restricted) structure- organism pair libraries by formatting columns, rounding values, and standardizing structure. Falls back to an empty template if the closed resource is not accessible.

Usage

prepare_libraries_sop_closed(
  input = get_params(step =
    "prepare_libraries_sop_closed")\$files\$libraries\$sop\$raw\$closed,
  output = get_params(step =
    "prepare_libraries_sop_closed")\$files\$libraries\$sop\$prepared\$closed
)

Arguments

input Character string path to input closed library file
output Character string path where prepared library should be saved

Value

Character string path to the prepared structure-organism pairs library

Examples

library("tima")

copy_backbone()
go_to_cache()
prepare_libraries_sop_closed()
unlink("data", recursive = TRUE)