Skip to content
Snippets Groups Projects
Commit 8002f888 authored by Muller Sacha's avatar Muller Sacha
Browse files

Merge branch 'master' of...

parents 31abe2cf 6f372729
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,6 @@ class Population:
y=copy.deepcopy(newself[t])
couple_enfant = enfant(x,y)
for child in couple_enfant :
lineList = [line.rstrip('\n') for line in open("plasmid_8k.fasta")]
brin = ''.join(lineList[1:])
child.mutation_close_values(proba_mutation, number_of_mutations = 2)
child.evaluate()
newself.append(couple_enfant[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment