-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
27 lines (19 loc) · 1.24 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LivMach Framework version 1.3 is now available.
----------------------------------------------------------------------------------------------------------------------------
RELEASE NOTES FOR LivMach FRAMEWORK 1.3
1. DNA Transcription and Tanslation Module added
2. Better support for simulation of digital dna for a variety of purposes using digidna.cpp
MAJOR UPDATES-
[v1.3]:
The DNA Transcription and Translation module now simulates digital dna using 4 bases viz. A,C,T,G to replicate its biological counterpart.
Developers are encouraged to experiment with other forms of digital dna using different conditions on the integer array.
[v1.2+]:
LivMAch Framework 1.2+ contains library (header) files:
'livmach_core.h' and 'livmach_cellenv.h' for the macroscopic(organ systems)
and microscopic(cell systems) parts of the LivMAch.
These header files can be included to allow a more modular implementation of
the organism simulation code.
The framework can be extended more easily now by other developers and they are encouraged
to do so.
Please send your feedback at shreyak.rekshda@gmail.com
----------------------------------------------------------------------------------------------------------------------------