Skip to content

Commit

Permalink
Merge pull request #128 from EBI-Metagenomics/bump-version-1.6.4
Browse files Browse the repository at this point in the history
Bump version 1.6.4
  • Loading branch information
mberacochea authored Apr 1, 2020
2 parents c9e22f4 + 1040770 commit 1fb1297
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 1fb1297

Please sign in to comment.