From 10e0c3ad9c6dec398d7a848ac7c1bf606a47e16e Mon Sep 17 00:00:00 2001 From: tcarver <tjc> Date: Thu, 10 Jan 2013 09:41:07 +0000 Subject: [PATCH] update --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ed001330..955460c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ Version XX - Add SVG (scalable vector graphics) support for Artemis, ACT and DNAPlotter. + + Multiple BAM panels can be opened using the bamClone flag this is + used with the -Dbam flag: + art -Dbam='/pathToFile/file1.bam,/pathToFile/file2.bam' -DbamClone=n + (where n is an integer greater than 1) + Add SVG (scalable vector graphics) support for Artemis, ACT and DNAPlotter. + + Option added to adjust VCF row height. + Add support for indexed user graphs using tabix. For example file.plot is a tab delimited file with column 1 containing the sequence name and column 2 the positions: -- GitLab