Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • gh-pages
  • build-process-upgrade-merge
  • eb-apollo-generate_names
  • BT5_travis
  • hello_github
  • v18.1.0
  • v18.0.3
  • v18.0.2
  • v18.0.1
  • v18.0.0
  • v18.0.0-RC1
  • v17.0.1
  • v17.0.0
  • v16.0.17
  • v16.0.0
  • v15.0.0
  • v14.0.0
  • v13.2.0
19 results

Artemis

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    “kpepper” authored
    c9cf47db
    History

    The Artemis Software

    The Artemis Software is a set of software tools for genome browsing and annotation.

    Build Status
    License: GPL v3
    status
    status
    status
    status
    status
    status
    status
    status

    Contents

    Introduction

    The Artemis Software includes:

    • Artemis
    • ACT
    • BamView
    • DNAPlotter

    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. Artemis is written in Java, and is available for UNIX, Macintosh and Windows systems. It can read EMBL and GENBANK database entries or sequence in FASTA, indexed FASTA or raw format. Other sequence features can be in EMBL, GENBANK or GFF format.

    ACT is a free tool for displaying pairwise comparisons between two or more DNA sequences. It can be used to identify and analyse regions of similarity and difference between genomes and to explore conservation of synteny, in the context of the entire sequences and their annotation.

    For further information, please see the Artemis GitHub page

    Installation

    Please refer to the relevant documentation in the Documentation section below.

    Usage

    Please refer to the relevant documentation in the Documentation section below.

    Building

    If you would prefer to build the applications from scratch rather than use the pre-built releases in GitHub, then you will firstly need the source code from GitHub. This can be obtained by cloning the repository:

    git clone http://github.com/sanger-pathogens/Artemis.git

    or by downloading the source zip file for a particular release. Apache Maven and Java 8 will need to be installed beforehand, in order to build. The applications can be built by issuing the following command in the top-level folder:

    mvn validate clean test package

    License

    Artemis is free software, licensed under GPLv3.

    For more information on how to download Artemis, please see the Artemis GitHub page

    Documentation

    The Artemis user manual is at: http://sanger-pathogens.github.io/Artemis/Artemis/

    The ACT user manual is at: http://sanger-pathogens.github.io/Artemis/ACT/

    The DNA plotter documentation is at: http://sanger-pathogens.github.io/Artemis/Artemis/DNAPlotter/

    The BAM View documentation is at: http://sanger-pathogens.github.io/Artemis/Artemis/BamView/