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 ...@@ -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, entry. If it reads the entry successfully a new window will open,
which shows the sequence and features for the entry. which shows the sequence and features for the entry.
An alternative way to run it is: ====================================================================
cd /some/directory/artemis/ Installation instructions for GitHub download
java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ArtemisMain &
1. Download:
ACT can be run in this way: git clone http://github.com/sanger-pathogens/Artemis.git
2. Compile the code:
cd /some/directory/artemis/ cd Artemis
java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ActMain & 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