minimap2_check_callable {FLAMES}R Documentation

Check if minimap2 is available

Description

Checks if minimap2 is available from given directory or in path. Uses python's subprocess module to check if the help page is accessable.

Usage

minimap2_check_callable(mm2_prog_path)

Arguments

mm2_prog_path

the path to the directory containing minimap2

Value

TRUE if minimap2 is available, FALSE otherwise


[Package FLAMES version 0.99.31 Index]