[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r707] by alebou

The molecule tracking module now provides a log file with the following information:

- length of a voxel (-q option)
- timestep between position outputs in trajectory.txt files (-w option)
- list of pairs of speciesnames and diffusion constants, in the same length & time units as used for the voxels and timesteps

2013-12-04 09:54:50 Tree
[r706] by alebou

More changes for allowing compilation on Unix systems via CMake.

2013-12-03 11:15:37 Tree
[r705] by alebou

Change of several files, especially the CMakeLists.txt files to allow compilation on Unix systems via CMake.

2013-12-03 10:51:21 Tree
[r704] by alebou

Creation of the molecule tracking version of tutorials.xml, called tutorial_molecule_tracking.xml

Tested MesoRD on tutorial_molecule_tracking.xml and everything seemed to work.

2013-11-29 16:14:36 Tree
[r703] by alebou

Modified the XML files to have MesoRD:species instead of MesoRD:species_diffusion in the species field.

2013-11-29 09:53:44 Tree
[r702] by alebou

Added more flags HAVE_MOLECULE_TRACKING where there was molecule tracking specific code.

2013-11-29 09:31:40 Tree
[r701] by alebou

Several small optimizations regarding data access and more appropriate data types. Overall gain might be around 1% but that should be tested more in depth.

In the XML file, the field "MesoRD:species_diffusion" is now "MesoRD:species".

It is now possible to have mature molecules from the start. To do so, one must add a field to the species definition in the XML file:

<MesoRD:mature_initial MesoRD:initialAmount="50"
                       MesoRD:units="percent"/>

in MesoRD:species. The amount can be in "item" or in "percent" of the initial amount of the species.

2013-11-29 08:57:01 Tree
[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
Older >