[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r700] by alebou

Molecule tracking successfully runs with two compartments.

When a mature molecule moves to another compartment and the diffusion constant is different in the new compartment, then this event is added to reactions.txt

Updated some of the test files.

Ran the tests, everything ran successfully.

2013-11-26 12:41:37 Tree
[r699] by alebou

Fixed a bug where dead molecules were still printed in the first line of trajectories.txt

2013-11-26 09:43:52 Tree
[r698] by alebou

The id of the first molecule created is now 1 instead of 0 in order to facilitate the processing of output files by Matlab.

The name of the fluorescent maturation reaction is now "maturation" instead of "fluorescence".

2013-11-25 14:36:20 Tree
[r697] by alebou

The path to config.h file was modified from:

../config.h

to

../../config.h

2013-11-25 10:14:57 Tree
[r696] by alebou

Now the trackingTimeStep and trackingTimeInit for molecule tracking are options that can be set in the command line with:

-w : set the tracking time step, i.e how often you want the trajectories to be updated (seconds)

-x: set the tracking initial time, i.e when should the outputs (reactions.txt and trajectories.txt) start being updated. (seconds)

The letters are maybe ill-chosen but there are not so many available anymore, so I picked consecutive letters.

2013-11-22 12:54:34 Tree
[r695] by alebou

The reactions.txt and trajectories.txt are now only updated after the time defined by tracking_time_init (in seconds) to only print out the reactions and the trajectories once the system is stable.

trajectories.txt does not print out a molecule once it disappeared (previously it printed the last position of the known molecule, ie where it died).

Fixed a bug reagrding the number of reactants when one species turns into another (A->B).

2013-11-22 10:39:37 Tree
[r694] by davidfange

Fixed compilation issues on Linux. Inlcude paths and configure script changes

2013-11-21 14:36:39 Tree
[r693] by alebou

bootstrap and Makefile (root folder) have Unix style end of line.

Fixed a bug regarding the number of reactants in a subvolume (incremented for the molecule tracker after a destruction event).

2013-11-21 14:03:24 Tree
[r692] by alebou

First working version of the molecule tracking addition to MesoRD. To activate it, set HAVE_MOLECULE_TRACKING to 1.

Reactions where 2 or more reactants have a fluorophore are not supported.

When a reaction with more than one product happens, then the product which should inherit the fluorophore has to be the first in the list of products in the xml file.

2013-11-21 10:34:39 Tree
[r691] by alebou

The binary folder should not be in here. My mistake.

2013-11-15 09:43:49 Tree
Older >