setup_sienv: setup_sienv

View source: R/dnam_search_index.R

setup_sienvR Documentation

setup_sienv

Description

Set up a new virtual environment for search index construction using the basilisk package.

Usage

setup_sienv(
  env.name = "dnam_si_hnswlib",
  pkgv = c("python==3.7.1", "hnswlib==0.5.1", "pandas==1.2.2", "numpy==1.20.1",
    "mmh3==3.0.0", "h5py==3.2.1")
)

Arguments

env.name

Name of the new virtual environment (required, "dnam_si-hnswlib")

pkgv

Vector of the dependencies and their versions for the new virtual environment (required, format: "packagename==versionnum").

Value

New basilisk environment object.


metamaden/recountmethylation documentation built on Jan. 5, 2023, 9:56 a.m.