Changes
Page history
root created page: Ghana Installation software
authored
Nov 23, 2018
by
ndomassi.tando_ird.fr
Show whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
0 → 100644
View page @
4d7b25d4
# 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