samtools_install {minimapR}R Documentation

samtools_install

Description

Install samtools with conda

Usage

samtools_install(verbose = TRUE)

Arguments

verbose

Logical value to print progress of the installation

Value

If 'samtools' is not installed, this function installs it on linux and returns the path of the installed 'samtools' tool (character).

Examples

## Not run: 
samtools_install()

## End(Not run)


[Package minimapR version 0.0.1.0 Index]