From 29bdcf4ff162bc151be04decbe9debaa1e7d8369 Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Tue, 19 Jan 2010 09:16:07 +0000 Subject: [PATCH] update git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13048 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6489ba8c2..e47e57463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,8 @@ Version 11+ It is now possible to add user plots from the command line using the JVM userplot option, e.g. art -Duserplot=/pathToFile/userPlot and for multiple plots this is comma separated - art -Duserplot='/pathToFile/userPlot1,/pathToFile/userPlot2' + art -Duserplot='/pathToFile/userPlot1,/pathToFile/userPlot2', it + can also read the plots from URL's. Added support to be able to read BAM files to display read alignments. It uses picard (http://picard.sourceforge.net/) to read from the BAM file -- GitLab