root created page: Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
# Artemis :
Artemis is a free genome browser and annotation tool that allows visualisation of sequence features, next generation data and the results of analyses within the context of the sequence, and also its six-frame translation.
URL : http://sanger-pathogens.github.io/Artemis/Artemis/
### Installation :
wget ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.tar.gz
tar xfvz artemis.tar.gz -C /usr/local/bioinfo/
chmod -R +x /usr/local/bioinfo/artemis
Add /usr/local/bioinfo/artemis to the path :
echo -e « EXPORT PATH=/usr/local/artemis/:$PATH » >>/etc/profile
source /etc/profile
###Usage :
The easiest way to run the program is to run the script called art in the Artemis installation directory, like this:
art
Alternatively you can start Artemis with the name of a sequence file or embl file, eg:
art artemis/etc/c1215.embl
For other available options use:
art -help