This function creates a features path file from a GTF file
gtf_to_paths(gtfFile, outFile, forceOverwrite = FALSE)
Path to the generated features path file
Path to the input GTF file
Path to the output features path file, if not provided the output will be gtfFile.paths
If output file exists, overwrite the existing file. (default FALSE)