if (FALSE) {
track_reference_genome(
fasta_path = "ref/GRCh38.fa",
gtf_path = "ref/gencode.v38.annotation.gtf",
genome_build = "GRCh38",
species = "Homo sapiens",
source_url = "https://www.gencodegenes.org/",
indices = list(
star = "ref/STAR_index/",
bwa = "ref/bwa_index/GRCh38"
),
registry_file = tempfile(fileext = ".json"),
data_registry_file = tempfile(fileext = ".json")
)
}
Run the code above in your browser using DataLab