Skip to content

Commit

Permalink
Bump version 1.6.4
Browse files Browse the repository at this point in the history
Fix readme.rst
  • Loading branch information
mberacochea committed Apr 1, 2020
1 parent 91bf049 commit 1040770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
EMG API
=======

.. image:: https://travis-ci.org/EBI-Metagenomics/emgapi.svg?branch=master
:target: https://travis-ci.org/EBI-Metagenomics/emgapi

Introduction
============

Metagenomics service is a large-scale platform for analyzing and archiving metagenomic and metatranscriptome data. It provides a standardized analysis workflow, capable of producing rich taxonomic diversity and functional annotations, and allows analysis results to be compared within and across projects on a broad level, and across different data types (e.g. metagenomic and metatranscriptomic).


EMG API
=======
Setup
=====

Local env.
##########
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
_requirements = os.path.join(_base, 'requirements.txt')
_requirements_test = os.path.join(_base, 'requirements-test.txt')

version = "1.6.3"
version = "1.6.4"

install_requirements = []
with open(_requirements) as f:
Expand Down

0 comments on commit 1040770

Please sign in to comment.