minimap2_check_callable {FLAMES} | R Documentation |
Checks if minimap2 is available from given directory or in path. Uses python's subprocess module to check if the help page is accessable.
minimap2_check_callable(mm2_prog_path)
mm2_prog_path |
the path to the directory containing minimap2 |
TRUE if minimap2 is available, FALSE otherwise