Skip to content

Commit 84e77e1

Browse files
committed
Merge branch 'release'
2 parents 319507d + 39502e2 commit 84e77e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3467
-2432
lines changed

NEWS.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
v0.29 (2017-04-18)
3+
------------------
4+
5+
- [The tutorial](https://psamm.readthedocs.io/en/stable/tutorial.html) in the
6+
PSAMM documentation has been updated and expanded to include additional
7+
information on using PSAMM for model curation and constraint-based analyses.
8+
- The experimental command `psamm-sbml-model` was added which makes it possible
9+
to run any command from `psamm-model` (e.g. `fba`, `robustness`, etc.)
10+
directly on an SBML file. For now this only supports SBML level 3 files with
11+
FBC. This provides a quick way of running basic analyses on SBML files. We
12+
still recommend importing the SBML file to YAML format with `psamm-import`
13+
for anyone wishing to make changes to a model.
14+
- Fixes access to charge parameter parsed from SBML files. The charge is now
15+
correctly imported with `psamm-import`.
16+
- Fixes import of compartments from SBML files. The empty boundary compartments
17+
are now no longer included in the import.
18+
- Fixes bug in writing the reaction flux limits sheet of the `excelexport`
19+
command.
20+
- The `console` command was changed to only provide the `model` variable since
21+
the metabolic model can easily be created.
22+
223
v0.28 (2017-03-03)
324
------------------
425

docs/api/gapfilling.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
``psamm.gapfilling`` -- Gap-filling functions
3+
=============================================
4+
5+
.. automodule:: psamm.gapfilling
6+
:members:

docs/commands.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,9 @@ minimal solution.
460460
SBML Export (``sbmlexport``)
461461
----------------------------
462462

463-
Exports the model to the SBML file format.
463+
Exports the model to the SBML file format. This command exports the model as
464+
an `SBML level 3`_ file with flux bounds, objective and gene information
465+
encoded with `Flux Balance Constraints version 2`_.
464466

465467
.. code-block:: shell
466468
@@ -470,6 +472,9 @@ If the file name is omitted, the file contents will be output directly to the
470472
screen. Using the ``--pretty`` option makes the output formatted for
471473
readability.
472474

475+
.. _`SBML level 3`: http://sbml.org/Documents/Specifications
476+
.. _`Flux Balance Constraints version 2`: http://sbml.org/Documents/Specifications/SBML_Level_3/Packages/fbc
477+
473478
Excel Export (``excelexport``)
474479
------------------------------
475480

docs/references.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ References
3636
.. [Vlassis14] Vlassis N, Pacheco MP, Sauter T. Fast Reconstruction of Compact
3737
Context-Specific Metabolic Network Models. PLoS Comput Biol. 2014;10:
3838
e1003424. :doi:`10.1371/journal.pcbi.1003424`.
39+
.. [Orth13] Orth JD, Palsson BØ, Fleming RMT. Reconstruction and Use of Microbial
40+
Metabolic Networks: the Core Escherichia coli Metabolic Model as an
41+
Educational Guide. EcoSal Plus. asm Pub2Web; 2013;1.
42+
:doi:`10.1128/ecosalplus.10.2.1`.
43+
.. [Orth11] Orth JD, Conrad TM, Na J, Lerman JA, Nam H, Feist AM, et al. A
44+
comprehensive genome-scale reconstruction of Escherichia coli
45+
metabolism--2011. Mol Syst Biol. EMBO Press; 2011;7: 535.
46+
:doi:`10.1038/msb.2011.65`.

0 commit comments

Comments
 (0)