Prepare libraries of structure organism pairs ECMDB

Description

Prepare libraries of structure organism pairs ECMDB

Usage

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

Arguments

input Input file
output Output file

Value

The path to the prepared structure-organism pairs library ECMDB

Examples

library("tima")

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