Skip to content
Snippets Groups Projects
Commit 47aa2a1c authored by Lingling Jin (lij313)'s avatar Lingling Jin (lij313)
Browse files

fixed bug with genes -> gene

parent d4de6a7d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class Genome:
f.write(chromosome + " ")
for gene in genes:
f.write("%s " % genes)
f.write("%s " % gene)
f.write("\n")
......
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