Skip to content

Commit 88888cc

Browse files
author
Will Trimble
committed
changed /metagenome to /search, dockerfile update
1 parent 17cd39c commit 88888cc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

examples/python/list_all_mg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def printlist(js):
1818
public, item["created_on"],
1919
item["name"]]) + "\n").encode("utf-8"))
2020

21+
CALL = "/metagenome"
2122
CALL = "/search"
2223

2324
key = get_auth_token()

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y git make python python-setuptools gcc
55
# setproctile needs Python.h from python-dev
66
# requests needs gcc to build
77
RUN git clone http://github.com/wltrimbl/MG-RAST-Tools
8-
RUN cd MG-RAST-Tools && make test
8+
RUN cd MG-RAST-Tools && make install

0 commit comments

Comments
 (0)