Skip to content
Snippets Groups Projects
Commit c8e55314 authored by Gauthier Roy's avatar Gauthier Roy
Browse files

before pull

parent c1b3f780
Branches
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ def main(N,tmax,pmutation, proportion): ...@@ -60,7 +60,7 @@ def main(N,tmax,pmutation, proportion):
lineList = [line.rstrip('\n') for line in open("plasmid_8k.fasta")] lineList = [line.rstrip('\n') for line in open("plasmid_8k.fasta")]
brin = ''.join(lineList[1:]) brin = ''.join(lineList[1:])
best,People = main(100,10,0.05,10) best,People = main(10,1000,0.05,5)
test = Traj3D() test = Traj3D()
test.compute(brin, best.table) test.compute(brin, best.table)
test.draw("first_plot") test.draw("first_plot")
......
...@@ -24,7 +24,7 @@ class Individu(): ...@@ -24,7 +24,7 @@ class Individu():
traj = Traj3D() traj = Traj3D()
numb_ajout = 100 numb_ajout = 50
fisrt_seq = self.brin[0:numb_ajout] fisrt_seq = self.brin[0:numb_ajout]
last_seq = self.brin[-numb_ajout:] last_seq = self.brin[-numb_ajout:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment