Closed OmarAshkar closed 1 year ago
@OAshkar can you try command load_yaml_model
for loading instead, see if it helps.
unfortunately. this does not work at all with the following message
ScannerError: mapping values are not allowed here
in "data/Mouse-GEM.xml", line 15750, column 110
@OAshkar what I suggested was to load the yml
model file as such:
model = load_yaml_model('data/Mouse-GEM.yml')
Sorry for the misunderstanding.
Alright! I imported the model without errors but still no gene names. For example
model.genes.Adh1.name
The Mouse-GEM
is developed by RAVEN and in compliance with its model structure, which has only mandatory field genes
for gene ids. We haven't include other alternative gene names (e.g. geneShortNames
).
Can you please let us know why do you need gene names? if the information of gene ids is not enough?
It just makes it easier to interactively find gene names. But it's ok. Thank you for your time.
@OAshkar you probably is suggesting to provide multiple sets of gene ids (Ensembl, NCBI, symbol) in Mouse-GEM?
I think Ensembl ID would be useful for sure
yes, this will be added in the next release
Is there a timeline for the next release?
Is there a timeline for the next release?
aim to have the next in this month
@haowang-bioinfo pinging about this in case it may be planned for the next release
fixed in v1.5.0
Description of the issue:
When I read the model I got an error and I cannot find any gene names. I am still trying the model so maybe there are other issues followed.
Expected feature/value/output:
Gene names
Current feature/value/output:
empty string
Reproducing these results:
I hereby confirm that I have:
master
branch of the repository