File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
lib/ModelSEEDReconstruction Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
RUN pip install --upgrade pip
13
13
RUN pip install chemw==0.3.2
14
+ RUN pip install pandas
14
15
15
16
# update security libraries in the base image
16
17
RUN pip install cffi --upgrade \
@@ -36,9 +37,10 @@ RUN pip install deepdiff
36
37
RUN pip install h5py
37
38
38
39
RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+https://github.com/cshenry/ModelSEEDpy.git
39
- RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
40
+ # RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
40
41
41
42
RUN echo '30' >/dev/null && mkdir deps && cd deps && \
43
+ git clone https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
42
44
git clone --branch main https://github.com/cshenry/KBBaseModules.git
43
45
RUN mkdir test
44
46
Original file line number Diff line number Diff line change 4
4
import os
5
5
import sys
6
6
sys .path .append ("/deps/KBBaseModules/" )
7
+ sys .path .append ("/deps/cobrakbase/cobrakbase/" )
7
8
import json
8
9
from os .path import exists
9
10
from ModelSEEDReconstruction .modelseedrecon import ModelSEEDRecon
You can’t perform that action at this time.
0 commit comments