From 847c6d795781db64664a5081ec408f36875c7d9e Mon Sep 17 00:00:00 2001 From: Loic <loic.busson@student-cs.fr> Date: Wed, 29 Jan 2020 09:24:01 +0100 Subject: [PATCH] pull --- .vscode/settings.json | 2 +- algogenetique.py | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 31e7ddf..395ba2d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "/Users/gauthierroy/anaconda3/bin/python" + "python.pythonPath": "D:\\Programmes\\Anaconda3\\python.exe" } \ No newline at end of file diff --git a/algogenetique.py b/algogenetique.py index a2c977b..faa9fa3 100644 --- a/algogenetique.py +++ b/algogenetique.py @@ -33,7 +33,6 @@ def main(N,tmax,pmutation, proportion,brin="plasmid_8k.fasta"): best,People = main(100,100,0.01,50) -test = Traj3D() -test.compute("AAAGGATCTTCTTGAGATCCTTTTTTTCTGCGCGTAATCTGCTGCCAGTAAACGAAAAAACCGCCTGGGGAGGCGGTTTAGTCGAA", best.table) -test.draw("first_plot") - +traj = Traj3D() +traj.compute(best.brin,best.table) +traj.draw("plot") -- GitLab