From 639383b34692122c70a2f0a9e3038e3719996226 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Wed, 9 Jun 2004 10:03:54 +0000
Subject: [PATCH] J2 version

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1638 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 README | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 000000000..f601a00ab
--- /dev/null
+++ b/README
@@ -0,0 +1,52 @@
+INTRODUCTION
+
+Artemis is a DNA sequence viewer and annotation tool that allows visualisation
+of sequence features and the results of analyses within the context of the
+sequence, and its six-frame translation.  Artemis is written in Java, reads
+EMBL or GENBANK format sequences and feature tables, and can work on sequences
+of any size.
+
+
+DOCUMENTATION
+
+The Artemis user manual is at:
+  http://www.sanger.ac.uk/Software/Artemis/manual
+
+
+INSTALLATION
+
+The installation instructions are included in the user manual.
+
+
+DISTRIBUTION
+
+Artemis may be freely distributed under the terms of the GNU Public License,
+and should run on any system with a recent version of Java.  The development
+of Artemis has been funded by the Wellcome Trust's Beowulf Genomics
+initiative, through its support of the Pathogen Sequencing Unit at The Sanger
+Centre.
+
+For information on how to get Artemis see this web page:
+  http://www.sanger.ac.uk/Software/Artemis/
+or go straight to the ftp directory at:
+  ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis
+
+
+COPYRIGHT
+
+Copyright (C) 1998,1999,2000,2001,2002  Genome Research Limited
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
-- 
GitLab