# HG changeset patch # User greg # Date 1513280576 18000 # Node ID a6cdcd7af9de2b92d5b5f52762ae2e65618007f9 # Parent f1045dd3696136656151fc2a1c5066031fbe925d Uploaded diff -r f1045dd36961 -r a6cdcd7af9de ideas_genome_tracks.R --- a/ideas_genome_tracks.R Thu Dec 14 14:41:53 2017 -0500 +++ b/ideas_genome_tracks.R Thu Dec 14 14:42:56 2017 -0500 @@ -140,7 +140,7 @@ } # Create the hub.txt output. -hub_name_line <- paste("hub ", opt$hub_name, sep=""); +hub_name_line <- paste("track ", opt$hub_name, sep=""); short_label_line <- paste("shortLabel ", opt$short_label, sep=""); long_label_line <- paste("longLabel ", opt$long_label, sep=""); genomes_txt_line <- paste("genomesFile genomes.txt", sep="");