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

Tracer le meilleur

parent fc54e6b3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -29,10 +29,11 @@ def main(N,tmax,pmutation, proportion,brin="plasmid_8k.fasta"):
plt.plot([i for i in range(tmax)], L)
plt.show()
return(best)
main(100,100,0,50)
return(best,People)
best,People = main(100,100,0.01,50)
test = Traj3D()
test.compute("AAAGGATCTTCTTGAGATCCTTTTTTTCTGCGCGTAATCTGCTGCCAGTAAACGAAAAAACCGCCTGGGGAGGCGGTTTAGTCGAA", best.table)
test.draw("first_plot")
first_plot.png

2.36 KiB | W: | H:

first_plot.png

2.35 KiB | W: | H:

first_plot.png
first_plot.png
first_plot.png
first_plot.png
  • 2-up
  • Swipe
  • Onion skin
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