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

Fix/export functions #81

Merged
merged 18 commits into from
Apr 16, 2018
Merged

Fix/export functions #81

merged 18 commits into from
Apr 16, 2018

Commits on Apr 10, 2018

  1. Merge pull request #80 from SysBioChalmers/devel

    Update fix/export_functions with latest changes from devel branch
    edkerk authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    5d2362b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. feat: writeYaml

    reads a RAVEN model and creates the corresponding yaml
    BenjaSanchez committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    23bb1f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. fix: delete extra white spaces

    wrapper was leaving behind a final white space for each metabolite name
    BenjaSanchez committed Apr 12, 2018
    2 Configuration menu
    Copy the full SHA
    a12d6e8 View commit details
    Browse the repository at this point in the history
  2. fix: kegg.reaction bug

    BenjaSanchez committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    2002c26 View commit details
    Browse the repository at this point in the history
  3. chore: update extractMiriam

    -applied MATLAB smart indent (EDITOR -> EDIT -> Indent -> Smart)
    -removed unecessary semicolons (end;)
    -reformatted comments
    Simonas Marcišauskas committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    60b4f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95a6652 View commit details
    Browse the repository at this point in the history
  5. fix: remove old yaml export functions

    * remove constructYaml, superseded by writeYaml
    * remove Yaml export as function from exportModel, superseded by writeYaml
    * remove Yaml libraries
    edkerk committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    22d21cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b2baec View commit details
    Browse the repository at this point in the history
  7. style: smart indent exportForGit

    applied MATLAB smart indent (EDITOR -> EDIT -> Indent -> Smart)
    edkerk committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    3aaf318 View commit details
    Browse the repository at this point in the history
  8. feat+refactor+style: extractMiriam

    >feat:
    -removed the obsolete addNull parameter
    -retained backwards compatibility with other RAVEN functions
    -the function now is capable to extract all the information from miriam field.  The output is literally the same as in previous version, just the different miriam names are saved in different columns
    >refactor:
    -got rid of some redundant function parts
    >style:
    -updated the function annotation and comments
    Simonas Marcišauskas committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    d87bdca View commit details
    Browse the repository at this point in the history
  9. feat: extractMiriam

    added second output variable, which provides miriam names for extracted miriams
    Simonas Marcišauskas committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    7c19d08 View commit details
    Browse the repository at this point in the history
  10. feat+style: writeYaml

    >feat:
    -removed the hard-coded fields for several miriams (metCHEBI, metKEGG, rxnKEGG). Now the exporter identifies all the possible miriam names in the given miriam field and exports this information to YAML file
    -added support for geneMiriams and compMiriams
    >style:
    -applied MATLAB smart indent (EDITOR -> EDIT -> Indent -> Smart)
    Simonas Marcišauskas committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ca57252 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. fix: writeYaml

    removed the unecessary change to the code in previous commit
    Simonas Marcišauskas committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    a05144b View commit details
    Browse the repository at this point in the history
  2. fix: search pmids in rxnNotes

    ravenCobraWrapper will try to find pmids in the field rxnNotes, and if found will place them in rxnMiriams. If not, it will leave it in rxnNotes
    BenjaSanchez committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    1a5ccc5 View commit details
    Browse the repository at this point in the history
  3. fix: extractMiriam

    deletes middle names for compatibility with writeYaml
    BenjaSanchez committed Apr 13, 2018
    1 Configuration menu
    Copy the full SHA
    ec70e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. fix: writeYaml

    ordered dictionary for compartments
    BenjaSanchez committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    a3f80f6 View commit details
    Browse the repository at this point in the history
  2. style: startup.m

    fixed typo in the description
    Simonas Marcišauskas committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    768a4ae View commit details
    Browse the repository at this point in the history
  3. chore: writeYaml

    added the execution permission in the command line (chmod a+x writeYaml.m)
    Simonas Marcišauskas committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    4821ded View commit details
    Browse the repository at this point in the history