From 4be63f45aef56e2b7ae4793bf8259f62dd335827 Mon Sep 17 00:00:00 2001 From: tcarver <tjc> Date: Thu, 10 Jan 2013 12:30:26 +0000 Subject: [PATCH] update --- ChangeLog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 955460c12..914b39954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ Version XX - Multiple BAM panels can be opened using the bamClone flag this is - used with the -Dbam flag: + 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) + (where n is an integer greater than 1). All BAM files are then shown in each + panel. Alternatively the following will open BAM files in separate panels + (using -Dbam[1,2,3...]): + art -Dbam1=fileA.bam -Dbam2=fileB.bam Add SVG (scalable vector graphics) support for Artemis, ACT and DNAPlotter. -- GitLab