From e649196328f02a1ca2c6fd8fb193cf5e3112e727 Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Tue, 21 Feb 2012 10:18:56 +0000
Subject: [PATCH] add samtools

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 03a717987..2b20f14ec 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ artemis.jar : $(CLASSES)
 	                     artemis_sqlmap org uk com net nsdb type seqdb LICENSE.Apache j2ssh.properties; \
         echo "Main-Class: uk.ac.sanger.artemis.circular.DNADraw" > manifest-circular; \
         jar cmf manifest-circular DNAPlotter.jar images/PSUlogo.gif README etc \
-                             uk org/gmod org/apache org/biojava/bio/ com/ibatis/common/jdbc/ LICENSE.Apache j2ssh.properties; \
+                             uk org/gmod org/apache org/biojava/bio/ com/ibatis/common/jdbc/ net/sf/samtools/ LICENSE.Apache j2ssh.properties; \
 	echo "Main-Class: uk.ac.sanger.artemis.components.alignment.BamView" > manifest-bamview; \
 	jar cmf manifest-bamview BamView.jar etc uk org net/sf com/ibatis; \
 	echo "Main-Class: uk.ac.sanger.artemis.components.ActMain" > manifest-act; \
-- 
GitLab