SysBioChalmers / Mouse-GEM

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

Mouse 1.1 #7

Closed haowang-bioinfo closed 3 years ago

haowang-bioinfo commented 3 years ago

Main improvements in this PR:

mihai-sysbio commented 3 years ago

With the versioning in Human-GEM and Mouse-GEM being different, I'm wondering how to make it more obvious to the community what version of the Human-GEM is used. Perhaps the version could be added to the Readme in the line with "Model source".

haowang-bioinfo commented 3 years ago

Good question. The version dependency information is stored in the dependencies.txt file under model folder.

mihai-sysbio commented 3 years ago

Good question. The version dependency information is stored in the dependencies.txt file under model folder.

It looks like that file duplicates some of the dependencies listed in the Readme. According to the DRY principle, I find it better to have only one place to store this. And for ease of access, the Readme looks like a better place. But perhaps that dependencies.txt file is managed programatically?

haowang-bioinfo commented 3 years ago

It looks like that file duplicates some of the dependencies listed in the Readme. According to the DRY principle, I find it better to have only one place to store this. And for ease of access, the Readme looks like a better place. But perhaps that dependencies.txt file is managed programatically?

The dependencies.txt is the only place for version information. Yes, this file should be updated programatically.