forked from msneddon/nfsim
-
Notifications
You must be signed in to change notification settings - Fork 9
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
merging c+11 changes with master branch #25
Open
jjtapia
wants to merge
484
commits into
nfsim_lib_shared_ptr
Choose a base branch
from
master
base: nfsim_lib_shared_ptr
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
The cygwin version of NFsim needs certain DLLs to run. I also removed what is presumably a backup version of the appveyor yaml file.
I must be making some small syntactical mistake.
The DLLs are in the expected directory on appveyor (C:\cygwin64\bin), so it's unclear why it can't find them to copy them. With this commit, I'm explicitly copying them instead of relying on the wildcards to do it.
This file doesn't exist in the 32bit version of cygwin.
Also, removed outdated references and a duplicated section.
I had forgotten to remove the old html pages that linked to the ftp site where we were hosting nfsim before the move to bintray.
If you looked at the travis logs, it looks like the only thing the osx_install script was doing anything in the osx_install script was the brew update, so I removed it and added that one line to travis.yml. It's not even clear if that one line is necessary.
Added few lines to print reaction details for specific molecules and reactions. Realized why endocleavage at stall was not working properly. See the notes in data/sim180620.
This code is buggy for TASEP since it ignores state changes of trailing ribosomes that are stacked behind a leading ribosome but are not bonded to it. To solve this problem, I am going to look at the MappingSet of mRNA molecules to identify the spatial region around the state change and include any associated bonded molecules in the product list. Will involve introducing notion of a polymer molecule and spatial states.
PySB, BioNetGen have also been modified to be able to specify polymeric sites on molecules, their type, location, and interaction distance.
The ribosome that has collided at the stall site is not able to move subsequently. Needs fixing.
Also updated README listing major lessons learned. Need to figure out how reactantTemplates are assigned for each reactionClass instance.
The reactions match between the old exhaustive search and the new polymerneighborhood search. No random printing to screen. Transcription is failing in the polymerNeighborhood search. But this should be a fixable problem.
But the neighborhood search on its own did not improve speed significantly. See README.org from today for details. I will come back to this at a later time.
updated validation for windows
including windows dll's for proper bundling
dll requirement for windows is confirmed
was missing a "[" if no operations were present
Ubuntu binary not working under WsL at least, testing different version
Merging branch made to address seg fault in Issue 37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.