-
Notifications
You must be signed in to change notification settings - Fork 7
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
Sco-GEM 1.3.0 #122
Sco-GEM 1.3.0 #122
Conversation
- remove 3dmet, cas, kegg.drugs, kegg.orthology - correct metabetx to metanetx - correct a few CHEBI%3A to CHEBI:
- issue #62
- see issue #106, experimental prove
- see issue #104
- move /ComplementaryScripts to /scripts - move scripts specific for Sulheim et al. 2020 to /scripts/sulheim2020
- move /ComplementaryData to /data - move dataspecific for Sulheim et al. 2020 to /data/sulheim2020
- to follow standard-GEM, use /code
- rename /ModelFiles to /model to agree with standard-GEM - move ec-models to /data/sulheim2020/ecmodel/ecmodels as they are specific for Sulheim et al. 2020
- follow standard-GEM
refactor: modified file and folder structure
- not all reactions were properly sorted in previous model file - fix finding SBO terms - cobra 0.20 adds zero charge for metabolite without specified charge
chore: rerun model export
- solves #105 partially
- partial fixes #111
fix: annotations and minor reaction curations
- search for proteome:UP000001973 - edited file to separate genes with identical uniprot ID - gene name information supplemented from: - genome file: https://www.sanger.ac.uk/resources/downloads/bacteria/streptomyces-coelicolor.html - few manual searches in http://strepdb.streptomyces.org.uk/ - few references to papers
I still think that it might make sense to have a |
Chore: Add model ID
fix: acetyl-CoA rewiring from iKS1317
* fix: remove remaining glucose anomer reactions * doc: increase readability Added som space, comments, and rearranged some lines to increase readability of code resolving issue #89 * feat: subroutine to load latest master model version * chore: all model changes tracked in code * feat: increaseVersion function - should be run on `master` branch to prepare for a new release * fix: bug in #129 * chore: model I/O Co-authored-by: Snorre Sulheim <[email protected]>
fix: remove remaining glucose anomers
- these pseudorxns are included to be able to activate reactions with unknown redox co-factor (donor or acceptor), but also has the risk to introduce unrealistic loops and unnaturally links NADPH and NADH pools. Reactions will remain in the model to allow enabling the reactions with unknown redox co-factor, while blocking it by default.
* feat: separate requirements.txt for sulheim2020 * doc: update folder-specific README.md
* doc: updated README.md - updated instructions on model usage and contribution * doc: new contributing guidelines - also, template for new curations, as referred to in contributing guidelines. * refactor: v1_3_0.py adjusted to template * fix: incorrect syntax export function * doc: text review Very minor textual changes. Co-authored-by: Snorre Sulheim <[email protected]>
* feat: subroutine to load latest master model version * chore: all model changes tracked in code * feat: increaseVersion function - should be run on `master` branch to prepare for a new release * chore: remove history.rst from devel branch - will be replaced with history.md in master branch only * fix: bug in #129 * chore: model I/O * feat: use dotenv to indicate root of repository * feat: load previous model from version tag e.g. `export.get_earlier_model_unversioned('v1.2.1')` * fix: remove unused gene SCO2529 Co-authored-by: Snorre Sulheim <[email protected]>
# Conflicts: # README.md
Will include code that runs Memote locally with each release. |
* fix: remove invalid refseq ids - starting with WP not valid according to identifiers.org * fix: legacy support get_earlier_model_unversioned - older versions of the model were stored with different folder structure * chore: update travis and memote scripts * chore: gitattributes text=auto for line-endings * refactor: basic_test and growth_test * feat: increaseVersion includes memote score * fix: remove boundary metabolites solves #136 * chore: travis bump python to 3.8
Must be merged with `devel` before Travis is using the changes..
should be mentioned in travis.yml, not travis_deploy.sh
refactor: travis prevent time-out
- travis_wait prevents showing memote output in realtime when running on Travis, making it more difficult to see what is happening. - just skip the test that is taking so long (other tests run in <3 mins, test_inconsistent_min_stoichiometry takes >1.5 h), it failed anyway
fix: revert travis time-out, skip memote test
and print memote output to log, handling of failed Memote run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! A very nice minor version bump 👍 Nice to get so many of those issues resolved.
Main improvements in this PR:
fix:
<notes>
entries, with information already covered elsewhereexport.py
recognizessbo
terms, adheres to standard-GEM, include subroutine to load previous releases of the model (export.get_earlier_model_unversioned
)feat:
increaseVersion.py
function that should be run on master branch to prepare a new version release (closes doc: update contributing guidelines and README.md #133)code/curation/vx_x_x.py
refactor:
xml
andyml
for now) are located in themodel/
folder (closes Unclear what the different model files represent #110)code/sulheim2020/
, reducing the packages in/requirements.txt
doc:
.github
folder (closes doc: update contributing guidelines and README.md #133)chore:
I hereby confirm that I have:
devel
as a target branch (top left drop-down menu)