Mirrors gdb.install_gff3_converter. Required for the ucsc-hub backend's genes set (UCSC mammal hubs ship GTFs).

gdb.install_gtf_converter(force = FALSE)

Arguments

force

If TRUE, skip consent prompt and re-download even if cached.

Value

The cache path (invisibly).

Details

Override the binary location by setting environment variable MISHA_GTF_TO_GENEPRED.

Examples

if (FALSE) { # \dontrun{
gdb.install_gtf_converter()
Sys.setenv(MISHA_GTF_TO_GENEPRED = "/path/to/your/gtfToGenePred")
} # }