# HG changeset patch # User stef # Date 1432837189 14400 # Node ID 9802eea2eeb86979ab700665a7df21e7cb6ef5c8 # Parent 51c657e622c758996769df84927464bf8cd196a0 Uploaded diff -r 51c657e622c7 -r 9802eea2eeb8 QDNAseq-plot.xml --- a/QDNAseq-plot.xml Thu May 28 13:56:35 2015 -0400 +++ b/QDNAseq-plot.xml Thu May 28 14:19:49 2015 -0400 @@ -152,9 +152,9 @@ as.integer( "${sample_index}" ) -> SAMPLE_INDEX "${subset_selection.what_to_plot}" -> whatToPlot "${subset_selection.chromosomes}" -> chromosomesToPlotString -"${subset_selection.chr_name}" -> chrName -"${subset_selection.chr_start}" -> chrStart -"${subset_selection.chr_end}" -> chrEnd +as.integer( "${subset_selection.chr_name}" ) -> chrName +as.integer( "${subset_selection.chr_start}" ) -> chrStart +as.integer( "${subset_selection.chr_end}" ) -> chrEnd ## ----- ## extra options