Skip to content

Commit

Permalink
code polished
Browse files Browse the repository at this point in the history
  • Loading branch information
mcavallaro committed Aug 19, 2020
1 parent 8f7740e commit 7ec19ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clean:
.PHONY: install
install:
mkdir -p ./results/trace
cp *cpp ./results
cp *.cpp ./results
cp LICENSE ./results
cp *h ./results
cp *.h ./results

6 changes: 3 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (argc != 9){

ofstream swi;
ofstream tran;
ofstream mRNA;
ofstream mRNA;
ofstream ss;
ofstream PolIIss;
ofstream PolII;
Expand Down Expand Up @@ -176,8 +176,8 @@ printf("%s %f %f %s %f %f %f \n",
/* br.alpha / (br.delta + br.beta),*/
media_Pol2,
"mRNA",
br.beta * br.l_on / (br.l_on + br.l_off) / br.decay *
(br.alpha + br.loop * mpol2 * br.beta) / (br.delta + br.beta) ,
br.beta * br.l_on / (br.l_on + br.l_off) / br.decay *
(br.alpha + br.loop * mpol2 * br.beta) / (br.delta + br.beta),
br.beta * mpol2 / br.decay * br.l_on / (br.l_on + br.l_off),
media_mRNA);

Expand Down
1 change: 0 additions & 1 deletion results/trace/boostrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ def CV(mean, x):
# A05 mean 71.14697600000001 0.7060320154383931
# A02 CV2 0.7957485888690067 0.012416012993820197

#We discussed an older version of the manuscript with Cell Systems editor, who didn't find focus on transgenes relevant to cell-system biology. Genome-wide analysis is now included to support our study.

0 comments on commit 7ec19ae

Please sign in to comment.