Mercurial > repos > greg > ideas_genome_tracks
changeset 52:a6cdcd7af9de draft
Uploaded
author | greg |
---|---|
date | Thu, 14 Dec 2017 14:42:56 -0500 |
parents | f1045dd36961 |
children | 8b1c49f2ecaa |
files | ideas_genome_tracks.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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="");