lhilbert / active-microemulsion

Package for the lattice-based simulation of active polymer microemulsions, such as dense DNA suspensions
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Add support for config-file-based chain initialization. #6

Closed churli closed 6 years ago

churli commented 6 years ago

The file should define a chain in each line in the following format: [ChemicalSpecies,Activity][Transcribability,Inhibition] (x0,y0)(xstep,yStep)... E.g.: [CHROMATIN,NOT_ACTIVE][NOT_TRANSCRIBABLE,POSSIBLE] (10,10)(+,0)(0,-)(+,+)(-,0)...

churli commented 6 years ago

Syntax specification has been changed to:

CHROMATIN,Active=boolFlag,Transcribable=boolFlag,Inhibited=boolFlag,Cutoff=boolFlag : (x0,y0) : multiplier(xStep,yStep) ... where: