From e83b30ce44f95a289345b8403a54c84786114941 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Wed, 10 Nov 2010 19:21:02 +0000
Subject: [PATCH] update

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15001 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 ChangeLog | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a9a8117bc..d16462069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
 Version 12.+
-	Add option to display orientation of reads in BamView.
+	It is now possible to add BAM / VCF files from the command line using the 
+	JVM bam option, e.g. art -Dbam=/pathToFile/file.bam 
+	and for multiple BAM's/VCF's this is comma separated
+	art -Duserplot='/pathToFile/file1.bam,/pathToFile/file2.bam', it
+	can also read the BAM's from URL's.
+	
+	Added option to display orientation of reads in BamView.
 
 	In Bamview, display reads that are split over introns so that the exon boundaries can 
 	be identified by colouring the line between the aligned blocks grey.
 	
 	Add VCF panel to ACT.
 	
-	Add support to read indexed fasta sequence files. An index file is created
+	Support added to read indexed fasta sequence files. An index file is created
 	using SAMtools.
 
 	Add support for VCF v3.3 and v4.0.
-- 
GitLab