Skip to content
New issue

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

yeast 8.1.1 #122

Merged
merged 28 commits into from
Jun 10, 2018
Merged

yeast 8.1.1 #122

merged 28 commits into from
Jun 10, 2018

Conversation

BenjaSanchez
Copy link
Contributor

@BenjaSanchez BenjaSanchez commented Jun 9, 2018

  • Fixes:
    • Fixes fix: inter-OS issues #96: regardless if the model is saved with a windows or a MAC machine, the .xml file is now stored with the same scientific format.
    • Fixes fix: incorrect metabolite annotation #108: No CHEBI or KEGG ids are now shared by different metabolites. Also, updated the metabolites that were skipped in the previous manual curation (PR Curation/metabolites #74).
    • Remade function for defining confidence scores, which fixed 38 scores in rxnConfidenceScores (most of them from pseudoreactions).
    • loadYeastModel and saveYeastModel were improved to allow their use also when outside of the actual folder.

BenjaSanchez and others added 28 commits May 29, 2018 13:27
regardless if the model is saved with a windows or a MAC machine, the .xml file is now stored with the same scientific format
updated COBRA and libSBML, with no content changes
for avoid undesired changes, it will now only match the format `-00N`, where N is a number 0-9.
matches only "Me-00N", where M and N are numbers 0-9
Making use of I/O scripts more convenient
* removed unused columns
* ordered alphabetically
* refactored how the information is read by updateMetaboliteAnnotation.m, to be compliant with new data to come
metabolites that had inconsistent information between compartments were not fixed in the last metabolite curation round. Here we include all rows and mention which fields were incorrect in which compartments
metabolites that had inconsistent information between compartments were not fixed in the last metabolite curation round. Here we include CHEBI id annotation for those metabolites
metabolites that had inconsistent information between compartments were not fixed in the last metabolite curation round. Here we fix KEGG id annotation for those metabolites
metabolites that had inconsistent information between compartments were not fixed in the last metabolite curation round. Here we fix the charges for those metabolites
Remade function for defining confidence scores, which fixed 38 scores (most of them from pseudoreactions)
RAVEN function "checkModelStruct" was used to detect repeated ids
A non-compliant CHEBI id passed in last curation and was being stored in metNotes
@BenjaSanchez BenjaSanchez added the new release PR from devel to master that leads to a new release label Jun 9, 2018
@BenjaSanchez BenjaSanchez merged commit ae45868 into master Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new release PR from devel to master that leads to a new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: incorrect metabolite annotation fix: inter-OS issues
3 participants