You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ CBMPy Metadraft: a flexible and extensible, GUI-based genome-scale model reconst
5
5
6
6
### System dependencies
7
7
8
-
MetaDraft requires working versions of Python, Perl, Java and NCBI Blast2. Once you have downloaded MetaDraft and it's Python dependencies, please run the *system test* script to that can be found in the MetaDraft directory:
8
+
MetaDraft requires working versions of Python, Perl, Java and NCBI Blast2. Once you have downloaded MetaDraft and it's Python dependencies, please run the *system test* script to that can be found in the MetaDraft directory`python systemtest.py`.
9
9
10
-
`python system-test.py`
10
+
Typically the default Java runtime (JRE) installed on your system is all that is require, for Windows this can be obtained from [https://www.java.com/]. On Linux please use your favourite package manager, for example, when using Ubuntu/Debian based oeprating systems, try `sudo apt-get install default-jre`.
11
11
12
12
MetaDraft has been successfully tested using Windows 10, Ubuntu Linux 16.04/18.04, Python 2.7, Python 3.6, PyQt4 and PyQt5. MetaDraft is developed on Windows Anaconda Python 2.7 with PyQt5.
13
13
@@ -19,17 +19,22 @@ Clone the cbmpy-metadraft git repository:
MetaDraft ships with a single model template, to install the current template set, based on the BiGG2 repository, activate the template submodule:
22
+
MetaDraft ships with a single model template, to install the current template set, based on the BiGG2 repository, change into the MetaDraft directory and activate the template submodule:
You have now downloaded the latest version of MetaDraft, next please install the required Python dependencies. How you do this will depend on whether you want to use Conda or PIP.
27
+
You have now downloaded the latest version of MetaDraft, next please run the system test script `python systemtest.py` to check your installation and then proceed to install the required Python dependencies. How you do this will depend on whether you use Conda or PIP.
27
28
28
29
## Creating a custom Anaconda Python environment
29
30
30
-
The following commands will create custom virtual environments with all the Python dependencies needed to run MetaDraft. Of course it is also possible to install the individual packages using "conda" or "pip" see the *requirements.txt* file for details of the required packages (see "pip" instructions below).
31
+
The following commands will create custom virtual environments with all the Python dependencies needed to run MetaDraft. It is also possible to install the individual packages using "conda" or "pip" see the *requirements.txt* file for details of the required packages (see "pip" instructions below).
31
32
32
-
### For a Python 2 (recommended)
33
+
Adding the the core packages (minimal) to an existing CONDA environment:
G.setNotes('These {} reactions were included from the {} model using MetaDraft (https://github.com/SystemsBioinformatics/metadraft) ver. {}'.format(len(new_groups[o]['grpd']), o, metadraft_version))
0 commit comments