-
Notifications
You must be signed in to change notification settings - Fork 4
Develop #26
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
Merged
Develop #26
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
371e87a
Merge pull request #11 from hariszaf/develop
danielriosgarza fcad7da
Update example.ipynb
Biomerene eb9e5c9
first attempt
Biomerene b9e807c
there is a problem with _r vs _rv related to the removed bigg fix
Biomerene 92aa6f1
Discovered a (unlikely) bug related to predicting non existant reactions
Biomerene 7567e8c
related to the other _r vs _rv
Biomerene e6ecd4c
Merge branch 'Biomerene-patch-1' of https://github.com/MGXlab/DNNGIOR…
Biomerene ebe0087
Merge pull request #21 from MGXlab/Biomerene-patch-1
Biomerene b52b109
copied from MSEED_compounds
Biomerene 2c0ab2b
made a change to not include exchange reactions in db reactions
Biomerene eb60862
script to create exchanges model
Biomerene 1671227
moved to dnngior
Biomerene e14475b
readded bigg database
Biomerene 178dbe1
model with exchanges
Biomerene 69c58c7
slight cleanup
Biomerene 35c41cd
renamed to distinguish between modelseed and BiGG
Biomerene 61b8e08
commandline tool to build models from genomes
Biomerene 555f0d1
test scripts
Biomerene 0296a32
version control is hard
Biomerene 9e78ab1
Commandline tool to build models from genomes
Biomerene 6d8c8d1
added a blacklist and greylist option
Biomerene 297a32d
Changed from direction to reversibility column for the modelseed
Biomerene 370a916
made some changes to the loading of BiGG
Biomerene 8df6406
removed space
Biomerene 4d756ae
removed some modelseed default
Biomerene b996749
changed name
Biomerene 173951e
lazy loading to avoid having to load everything if you want help
Biomerene a98b1cb
changed name
Biomerene c24c922
faa of fasta, idc
Biomerene b8bd592
please ignore, not doing this right
Biomerene ed4064c
doing the lazy loading different, needs to be within function
Biomerene 9b79696
added some printed info
Biomerene dbe740d
fixed mistake in name exchanges
Biomerene 0a69e83
rewrote the test script a bit to work within the git folder
Biomerene 5cd1574
too see if the right class gets loaded, should be removed later
Biomerene 02755f9
Refinement is only for modelseed atm, could be implemented for bigg here
Biomerene 421e6a1
needs to know modeltype for refinement
Biomerene f30c83a
tempname is not very informative
Biomerene 65c635e
Update addBGExchanges.py
Biomerene 5be65fe
Update addExchanges.py
Biomerene 5c2bf9f
test files removed
Biomerene d3999cd
Merge branch 'develop' of https://github.com/MGXlab/DNNGIOR into develop
Biomerene f166dbc
adjusted message
Biomerene 0e5f438
removed unused file
Biomerene 71cf22e
renamed command exp command line tool
Biomerene 8526675
added some logging, and a check to avoid rebuilding the same models
Biomerene 38a9a40
readded some functionality and a check to see if you have the right n…
Biomerene a1b841d
changed saving a little, added some comments. I need to check import.
Biomerene eceed7b
Little more explanation, custom networks in line with resubmission
Biomerene f486b3e
small change hoping to reduce complaints (does not seem to work)
Biomerene 9abc6ca
update to loading different networks
Biomerene e866190
mismatch remediation, should remove some hassle
Biomerene 608042b
change default Save to True
Biomerene 3f8720c
It actually also works with .gz files
Biomerene a7f5fde
Function to make it easier to load a medium
Biomerene ebeef88
some more functionality
Biomerene 5ec0d00
These are doubles, not required
Biomerene a4c4050
renamed tutorial
Biomerene 1890b2a
moved training example
Biomerene 3373af7
not sure what the function of this file is?
Biomerene 9770085
update to also test NN training
Biomerene 715805d
This was double
Biomerene 2f6d493
changed return_lite to return_full and swapped default
Biomerene 5714876
only one function neccesary
Biomerene 916bc84
split medium and medium_file
Biomerene bd72b60
some additional testing
Biomerene 83bc8c0
updating the tutorial
Biomerene 5ddb294
trying to merge to avoid future issues
Biomerene 41a5280
added a suffix parameter and made the strings f and slightly more con…
Biomerene 247a78c
updated tutorial to include blacklists
Biomerene 8b49573
new option to load medium file using CLI
Biomerene c1dc4b4
save media filename to data file
Biomerene 610ae0d
broke the testscript while trying to stage blocks
Biomerene 1632247
transfer annotation from draftmodel to gapfilled model
Biomerene ac1318f
some small additional comments
Biomerene 66afa3d
Caught an exception for when you blacklist reactions that are part of…
Biomerene aeab2bc
updated the example notebook with some of the new features
Biomerene 9d3fa92
Merge branch 'main' into develop
hariszaf 92b3153
updated help text, added model suffix option and fixed checks, added …
Biomerene 2412c15
added a part about the command line interface and cleaned up the outp…
Biomerene e886a8e
replaced preprint link with link to publication
Biomerene df8b73b
merged diversion main into develop
Biomerene d0e680b
removed old tutorial in the wrong place
Biomerene c1f2d2e
added some missing parts, improved some explanations
Biomerene f44b3d6
fixed broken link and changed debug message
Biomerene 49beebc
added space
Biomerene c98534a
added comments explaining functions and updated error message
Biomerene 442d04b
moved tensorflow specific log config to
Biomerene d7bf238
updated some comments for clarity
Biomerene 0dd1995
fixed return raised in issue #8
Biomerene File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@Biomerene do we know support BiGG all the way through? 😃
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.
Gap-filling BiGG models should work now yes, the models do not get refined based on the aliases (which are part of the ModelSEED database). See also my comment on the refinement in the model build (#26 (comment)).