Skip to content
Snippets Groups Projects
Commit 847c6d79 authored by Busson Loic's avatar Busson Loic
Browse files

pull

parent d6b865f7
Branches
No related tags found
No related merge requests found
{ {
"python.pythonPath": "/Users/gauthierroy/anaconda3/bin/python" "python.pythonPath": "D:\\Programmes\\Anaconda3\\python.exe"
} }
\ No newline at end of file
...@@ -33,7 +33,6 @@ def main(N,tmax,pmutation, proportion,brin="plasmid_8k.fasta"): ...@@ -33,7 +33,6 @@ def main(N,tmax,pmutation, proportion,brin="plasmid_8k.fasta"):
best,People = main(100,100,0.01,50) best,People = main(100,100,0.01,50)
test = Traj3D() traj = Traj3D()
test.compute("AAAGGATCTTCTTGAGATCCTTTTTTTCTGCGCGTAATCTGCTGCCAGTAAACGAAAAAACCGCCTGGGGAGGCGGTTTAGTCGAA", best.table) traj.compute(best.brin,best.table)
test.draw("first_plot") traj.draw("plot")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment