From 887252451d0715e60b8337a3202ece37d5b76e40 Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Thu, 7 Jan 2010 10:33:27 +0000 Subject: [PATCH] update git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@12871 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18ab93407..6489ba8c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,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. + JVM userplot option, e.g. art -Duserplot=/pathToFile/userPlot + and for multiple plots this is comma separated + art -Duserplot='/pathToFile/userPlot1,/pathToFile/userPlot2' 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