Skip to content

gecko.py: constrain_pool() not working with cobra 0.17.1 version #94

@sousamd

Description

@sousamd

This line (213) on gecko.py

protein_pool = self.metabolites.get_by_id('prot_{}_c'.format(protein_id))

should be

protein_pool = self.metabolites.get_by_id('prot_{}[c]'.format(protein_id))

This is not a problem with cobra 0.15.1. Don't know about 0.16.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buggecko1-2Issues related to GECKO version 1 and/or 2geckopy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions