Skip to content
Snippets Groups Projects
Commit 6f372729 authored by Kappes Marques Rodrigo's avatar Kappes Marques Rodrigo
Browse files

Optimization sur reproduction

parent e67c2b9d
No related branches found
No related tags found
No related merge requests found
......@@ -163,8 +163,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