We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
If gene IDs have an "@" symbol, they do not parse correctly:
_parse_grr_to_sbml("A@1") returns the error ERROR: DomainError with A@1: cannot parse GRR Stacktrace: [1] _parse_grr_to_sbml(str::String) @ COBREXA ~/.julia/packages/COBREXA/IheBW/src/base/utils/gene_associations.jl:189 [2] top-level scope @ ~/Documents/Projects/ECYeast/src/plotting/conservation_of_metabolism.jl:8
_parse_grr_to_sbml("A@1")
ERROR: DomainError with A@1: cannot parse GRR Stacktrace: [1] _parse_grr_to_sbml(str::String) @ COBREXA ~/.julia/packages/COBREXA/IheBW/src/base/utils/gene_associations.jl:189 [2] top-level scope @ ~/Documents/Projects/ECYeast/src/plotting/conservation_of_metabolism.jl:8
The text was updated successfully, but these errors were encountered:
add symbols to grr parsing
99c4267
refs LCSB-BioCore/COBREXA.jl#823
Fixed in develop and in JSONFBC package. Will release eventually, please use the develop version for now if required.
develop
Sorry, something went wrong.
No branches or pull requests
Hello!
If gene IDs have an "@" symbol, they do not parse correctly:
_parse_grr_to_sbml("A@1")
returns the error
ERROR: DomainError with A@1: cannot parse GRR Stacktrace: [1] _parse_grr_to_sbml(str::String) @ COBREXA ~/.julia/packages/COBREXA/IheBW/src/base/utils/gene_associations.jl:189 [2] top-level scope @ ~/Documents/Projects/ECYeast/src/plotting/conservation_of_metabolism.jl:8
The text was updated successfully, but these errors were encountered: