|
1 | 1 | # Installation
|
2 | 2 |
|
3 |
| - |
4 | 3 | You can install meneco by running:
|
5 | 4 |
|
6 | 5 | > pip install --user meneco
|
7 | 6 |
|
8 |
| -On Linux the executable script can then be found in ``~/.local/bin`` |
| 7 | +On Linux the executable script can then be found in `~/.local/bin` |
9 | 8 |
|
10 |
| -and on MacOS the script is under ``/Users/YOURUSERNAME/Library/Python/3.2/bin``. |
| 9 | +and on MacOS the script is under `/Users/YOURUSERNAME/Library/Python/3.2/bin`. |
11 | 10 |
|
12 | 11 |
|
13 | 12 | # Usage Command line interface
|
14 | 13 |
|
15 | 14 | Typical usage is:
|
16 | 15 |
|
17 |
| - > meneco.py -d draftnetwork.sbml -s seeds.sbml -t targets.sbml -r repairnetwork.sbml |
| 16 | + > meneco.py -d draftnetwork.sbml -s seeds.sbml -t targets.sbml -r repairnetwork.sbml |
18 | 17 |
|
19 | 18 | For more options you can ask for help as follows:
|
20 | 19 |
|
21 |
| - > meneco.py --h |
22 |
| - usage: meneco.py [-h] -d DRAFTNET -s SEEDS -t TARGETS [-r REPAIRNET] |
23 |
| - [--enumerate] |
| 20 | + > meneco.py --h |
| 21 | + usage: meneco.py [-h] -d DRAFTNET -s SEEDS -t TARGETS [-r REPAIRNET] |
| 22 | + [--enumerate] |
24 | 23 |
|
25 |
| - optional arguments: |
26 |
| - -h, --help show this help message and exit |
27 |
| - -d DRAFTNET, --draftnet DRAFTNET |
28 |
| - metabolic network in SBML format |
29 |
| - -s SEEDS, --seeds SEEDS |
30 |
| - seeds in SBML format |
31 |
| - -t TARGETS, --targets TARGETS |
32 |
| - targets in SBML format |
33 |
| - -r REPAIRNET, --repairnet REPAIRNET |
34 |
| - perform network completion using REPAIRNET a metabolic |
35 |
| - network in SBML format |
36 |
| - --enumerate enumerate all minimal completions |
| 24 | + optional arguments: |
| 25 | + -h, --help show this help message and exit |
| 26 | + -d DRAFTNET, --draftnet DRAFTNET |
| 27 | + metabolic network in SBML format |
| 28 | + -s SEEDS, --seeds SEEDS |
| 29 | + seeds in SBML format |
| 30 | + -t TARGETS, --targets TARGETS |
| 31 | + targets in SBML format |
| 32 | + -r REPAIRNET, --repairnet REPAIRNET |
| 33 | + perform network completion using REPAIRNET a metabolic |
| 34 | + network in SBML format |
| 35 | + --enumerate enumerate all minimal completions |
37 | 36 |
|
38 | 37 |
|
39 | 38 | # Usage Library
|
40 | 39 |
|
41 |
| - |
42 | 40 | For a guided example, see a demonstration IPython [Notebook](http://nbviewer.jupyter.org/github/bioasp/meneco/blob/master/meneco.ipynb).
|
43 | 41 |
|
44 | 42 |
|
|
0 commit comments