Skip to content
Snippets Groups Projects
Commit 97e5b89b authored by tcarver's avatar tcarver
Browse files

Installation instructions for GitHub download

parent dc555fd8
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,16 @@ menus. From the File menu you can open a flat file containing an
entry. If it reads the entry successfully a new window will open,
which shows the sequence and features for the entry.
An alternative way to run it is:
cd /some/directory/artemis/
java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ArtemisMain &
ACT can be run in this way:
cd /some/directory/artemis/
java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ActMain &
====================================================================
Installation instructions for GitHub download
1. Download:
git clone http://github.com/sanger-pathogens/Artemis.git
2. Compile the code:
cd Artemis
make
3. Run Artemis:
./art
or ACT:
./act
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment