Skip to content

torhaugl/NTNU_Trondheim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code repository for NTNU Trondheim's iGEM18 team, Film Fighters.

This code is based upon an article by Fozard et al. (2012) about inhibition of quorom sensing. The inhibitor molecule has been removed, but otherwise this code should be similar.

An initial prototype was written in python3, while the newest and updated version is in the fortran/ folder. Make sure to make a folder called data/ before you run any tests, and that there are no files of the type ---.csv in the folder before the program runs. If you run a bash-shell, then simply run fortran/run.sh to test the code. gfortran must be installed for this to work. After running run.sh, you can run fortran/data/sum.sh to get a processed data-file out, sum_proc.csv.

Plotting is easily done in gnuplot with the following code snippets,

set datafile separator ","

plot "sum_proc.csv" using 1:n with lines,

where n is an integer determining what you want to plot.

  1. Substrate concentration

  2. Quorom Sensing molecule concentration

  3. Biomass

  4. Activated bacteria

  5. #EPS particles

About

iGEM repository for NTNU Trondheim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published