SysBioChalmers / Mouse-GEM

Genome-scale model for Mus musculus
Creative Commons Attribution 4.0 International
7 stars 5 forks source link

CHEBI:8100 in wrong column in metabolites.tsv #21

Closed SchSascha closed 1 year ago

SchSascha commented 1 year ago

Description of the issue:

Try to be as clear as possible: Is it something wrong/missing in the model? Is it a simulation issue? PLEASE DELETE THIS LINE. I imported metabolites.tsv into R and while doing so, stumbled upon this small misplacement. CHEBI:8100 encoding phlac is in column 11 instead of column 3 (row 6717). Figured it might be helpful, in case there is a bigger systematic parsing issue behind it. This is also present in the latest release .

Reproducing these results:

library("tidyverse")
read_tsv("model/metabolites.tsv")

I hereby confirm that I have:

haowang-bioinfo commented 1 year ago

@SchSascha thank you very much for reporting this error, which will be fixed as soon as possible.

haowang-bioinfo commented 1 year ago

fixed in #460 of Human-GEM