We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cd39c commit 88888ccCopy full SHA for 88888cc
2 files changed
examples/python/list_all_mg.py
@@ -18,6 +18,7 @@ def printlist(js):
18
public, item["created_on"],
19
item["name"]]) + "\n").encode("utf-8"))
20
21
+CALL = "/metagenome"
22
CALL = "/search"
23
24
key = get_auth_token()
tests/Dockerfile
@@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y git make python python-setuptools gcc
5
# setproctile needs Python.h from python-dev
6
# requests needs gcc to build
7
RUN git clone http://github.com/wltrimbl/MG-RAST-Tools
8
-RUN cd MG-RAST-Tools && make test
+RUN cd MG-RAST-Tools && make install
0 commit comments