Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NBISweden/AGAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Nov 25, 2019
2 parents 56f31be + 529029a commit bd6800d
Showing 1 changed file with 42 additions and 11 deletions.
53 changes: 42 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

AGAT [![Build Status](https://travis-ci.org/NBISweden/AGAT.svg?branch=master)](https://travis-ci.org/NBISweden/AGAT)
[![Coverage Status](https://coveralls.io/repos/github/NBISweden/AGAT/badge.svg?branch=coveralls)](https://coveralls.io/github/NBISweden/AGAT?branch=coveralls)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/agat/README.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3549547.svg)](https://doi.org/10.5281/zenodo.3549547)
=========================================
<h2><em>A</em>nother <em>G</em>ff <em>A</em>nalysis <i>T</i>oolkit (AGAT)</h2>
Expand All @@ -13,11 +14,18 @@ Suite of tools to handle gene annotations in any GTF/GFF format.
## Table of Contents

* Another Gff Analysis Toolkit (AGAT)
* [What AGAT can do for you?](#what-agat-can-do-for-you?)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Update](#update)
* [Uninstall](#uninstall)
* [What AGAT can do for you?](#what-agat-can-do-for-you)
* [Installation](#installation)
* [Using bioconda](using-bioconda)
* [Install](#install)
* [Update](#update)
* [Uninstall](#uninstall)
* [Old school](#old-school)
* [Prerequisites](#prerequisites)
* [Install](#install-1)
* [Update](#update-1)
* [Uninstall](#uninstall-1)
* [Change to a specific version](#change-to-a-specific-version)
* [Usage](#usage)
* [List of tools](#list-of-tools)
* [More about the tools](#more-about-the-tools)
Expand Down Expand Up @@ -63,7 +71,31 @@ Some example **what AGAT can do**:
* convert into tabulated format: `agat_sp_to_tabulated.pl`
* ...

## Prerequisites

## Installation

### Using bioconda

#### Install

```
conda install agat
```

#### Update

```
conda update agat
```

#### Uninstall
```
conda uninstall agat
```

### Old school

#### Prerequisites
* R
* Perl
Perl >= 5.8, and a list of perl modules that can be installed using cpan, cpanm or conda:
Expand All @@ -87,8 +119,7 @@ Some example **what AGAT can do**:
conda activate agat
```


## Installation
#### Install

```
git clone https://github.com/NBISweden/AGAT.git # Clone AGAT
Expand All @@ -103,7 +134,7 @@ Some example **what AGAT can do**:

**Remark**: On MS Windows, instead of make you'd probably have to use dmake or nmake depending the toolchain you have.

## Update
#### Update
From the folder where the repository is located.

```
Expand All @@ -115,7 +146,7 @@ From the folder where the repository is located.
make install # Install
```

## Change to a specific conversion
#### Change to a specific version
From the folder where the repository is located.

```
Expand All @@ -128,7 +159,7 @@ From the folder where the repository is located.
make install # Install
```

## UnInstall
#### Uninstall

```
perl uninstall_AGAT
Expand Down

0 comments on commit bd6800d

Please sign in to comment.