changeset 73:cc517e44244e draft

Uploaded
author greg
date Thu, 21 Dec 2017 11:17:03 -0500
parents 623f81b08310
children 1c8322d11836
files ideas_genome_tracks.R
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ideas_genome_tracks.R	Thu Dec 21 10:35:49 2017 -0500
+++ b/ideas_genome_tracks.R	Thu Dec 21 11:17:03 2017 -0500
@@ -108,6 +108,7 @@
     # are multiple .para files.  See the comments in the for loop
     # below.
     data_frame <- read.table(para_files[1], comment="!", header=T);
+	color_hex_code <- create_heatmap(data_frame);
     ######
     base_track_file_name <- paste(tracks_dir, hub_name, sep="");
     cells = create_track(input_dir_state, chrom_len_file, base_track_file_name);
@@ -134,7 +135,7 @@
             ######
             # This is for future use since there is currently only a single .para file.
             # data_frame <- read.table(para_files[i], comment="!", header=T);
-            color_hex_code <- create_heatmap(data_frame);
+            # color_hex_code <- create_heatmap(data_frame);
         } else {
             # Use the selected color for the current state.
             color_hex_code <- s_colors[i];