- Jan 23, 2017
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
2ba6bd5 cleanup d0f5918 replace writeKkit to moosewriteKkit cb067ac correct from writeKkit to mooseWriteKkit 6b1bff4 Ubuntu16.04 with networkx and pygraphviz has some bug, for now small fix, automatic layout will be done spring_layout format dbe6875 Update .travis.yml 8a71426 Update README.md fcbacd5 Added travis file to moose-gui. ddcfbdc Removed shebangs from python scripts. d5cf170 Fixed the address of Free Software Foundation Inc. b88d5cc Merge commit 'aca40347' e0cea9f Squashed 'moose-gui/' changes from 1ef13c9-1ef13c9 git-subtree-dir: moose-gui git-subtree-split: 2ba6bd5d8e6b022edf3f3aa1a567462ab7ddf6ed
-
Dilawar Singh authored
-
Dilawar Singh authored
8038f56 documentation is moved under main function 6ebca4d Corrected kkitwrite function 1726122 Merge branch 'master' of https://github.com/BhallaLab/moose-examples fbcaef7 added line to show how to set solver to sbml files 07a11d3 Merge pull request #11 from dilawar/master 536b53e Construct absolute path relative to script directory. f5a7d84 All files must be python2 and python3 compatible [skip ci] 6895e56 All compiles with python2 and python3. d9cb5b7 This version compiles with python2. d80ec97 print_statement is the first statement of file. 74c70bc Custom fixes to print end='' statement on python2. Whenever possible import from __future__. 8977107 python-qt4 instead of python-pyqt4 is valid name package. 5e47fd8 Install and do not use moogli. 7b8c680 Fixed all files breaking with python3 compielall module. e00a845 Fixed two more files. 3f789a1 Fixed one more script. 54f9549 Fixed syntax of this file as well. 63b9c43 Fix some more syntax issues. 5446b0e All scripts are now python3 compatible. e5e259f This script is broken. 3e420f0 Merge remote-tracking branch 'bhallalab/master' 92ba920 Merge branch 'master' of github.com:dilawar/moose-examples 8a47205 Fixed print( , end='' ) with python2 f756065 Fixed print_function in couple of scripts. 3c6fbe0 Converted files to be campatible with python3 with tool 2to3. da8c0dc Ran 2to3 on all examples. See which scripts are failing on travis. 469e3f3 These scripts were not chmod to executable. Removed hashbang from header. 3429792 Merge branch 'master' of github.com:BhallaLab/moose-examples d34c8df Merge branch 'master' of github.com:BhallaLab/moose-examples d56f575 Changelog: - No python3 incompatible file should be added to repo. - moose contains moogli now. No need to install it separately. 31137eb Fixed, python2 incompatible print function use. a5375cc Merge commit '00a12e20' 15de0ce Since none of the following files was executable, removed shebangs. 4a20952 To run this file libsbml needs to be installed and not compile with moose as its at python level 092eec8 Doxygen_1.8.9 is added which should be used to generate doxygen files,Rdesigneur folder is creater under "user" folder and corrected index.rst file is updated, deleted "html" folder,Rdesigneur markdown file with correct date,"snippet " and "tutorial"folder is created with relevant files to generate html files bee94a1 Merge commit '3c9138df' 4590e9e Merge branch 'master' of https://github.com/BhallaLab/moose-examples 62e3218 Moved docs to moose. Removed temp directory. dc5a230 Merge branch 'master' of https://github.com/BhallaLab/moose-examples c8f96c5 Once simulation is done, store the results in png file. 5c36c87 Used 2to3 tool to make these scripts python3 compatibles. Also saving results to a png file after run is over. git-subtree-dir: moose-examples git-subtree-split: 8038f56ec24965353de70fb460ceccff3861f7b1
-
Dilawar Singh authored
-
Dilawar Singh authored
1b5b9a9 cspace and genesis model can be merged, yet to check what will happen with co-ordinates 9a405f6 for merging model one can pass file path or the modelpath 51da21a auto-coodinates are not done here, writter(SBML or kkit) will take care 4ba03b7 spell mistake 355e3e6 missing msg definition 3969bcb removed SBML option in Makefile d1c4119 Merging 2 genesis model 1469b6e clean up in writting plot when file was read from SBML 4894a96 changes made to co-ordinate calculation depending where it comes from (GUI/direct), and type of file (GENESIS,SBML,cspace) c11fcf0 validation.py is added: common place to validate SBML model before reading and writing, various changes made wrt chemUtil 6e7fa32 changes made to add chemUtil as a package and moose.py spell mistake 4551455 removing pyc files e6f8c8f chemical based utils like add_delete_ChemicalSolver, chemiConnectionUtil: where chemical objects and connection are searched, graphUtils: used just pygraphviz to layout the model when x and y position are missing e.g for cspace and SBML models git-subtree-dir: moose-core git-subtree-split: 1b5b9a9104c0b7f461b569f62abf5f78fd531230
-
Dilawar Singh authored
-
-
- Jan 20, 2017
-
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
Make sure that innerArea is not negative. Move sending out of messages to the bottom of the process function. Add sending out of concentration to the buffer and diffusion to other difshells in DifShell and diffusion to other buffers in DifBuffer in reinit. This matches genesis implementation.
-
Asia Jędrzejewska-Szmek authored
In DifShell reinit set C (calcium) to Ceq. In DifBuffer reinit calculate bFree (free buffer) and bBound (bound buffer) to steady state value. This matches genesis implementation.
-
Asia Jędrzejewska-Szmek authored
Integration results were incorrect, because the helper variables were not reset after every iteration.
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
Most of Cinfo code is moved to DifShellBase, so it got deleted from DifShell. Method's names are changed, because they are now inherited from DifShellBase.
-
Asia Jędrzejewska-Szmek authored
Base classes are necessary for implementing hsolve.
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
Reintroduced implementation of Difbuffer used moose objects that have been since rewritten and renamed. Change used moose objects to current version.
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
-
Asia Jędrzejewska-Szmek authored
Change process_0 to proc, to match other classes which need to be driven by ticks.
-
Asia Jędrzejewska-Szmek authored
π is defined as a constant in the headers, no need to create a variable. Also constify some other variables. No functional change.
-
Asia Jędrzejewska-Szmek authored
New getters and setters are added.
-
- Jan 06, 2017
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
Update about homebrew.
-
Dilawar Singh authored
-
Dilawar Singh authored
directory. If neccessary, this can be symlinked to other folders as well. - Cleanup in index.rst to make sure whole document build as whole one. - Cleanup toplevel index.rst. Removed non-existing entries. - Section numbers is currently disabled. It can be enabled in top-level `index.rst` file by putting `:numbered:` in ::toc.
-