Mercurial > repos > stef > qdnaseq
changeset 86:9802eea2eeb8 draft
Uploaded
author | stef |
---|---|
date | Thu, 28 May 2015 14:19:49 -0400 |
parents | 51c657e622c7 |
children | 8391cdb7479c |
files | QDNAseq-plot.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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