Skip to content
Snippets Groups Projects
Commit 2d08fac3 authored by Thomas Faraut's avatar Thomas Faraut
Browse files

type corrected

parent ab041fa7
No related branches found
No related tags found
No related merge requests found
......@@ -583,7 +583,7 @@ def dump_fastas_tofile(variant_graph, variant_population, reference):
for sample in variant_population.ordered_samples():
elapsed_time = printer.elapsed_time()
printer.out("chromosomes %s for %s...%s seconds" % (chrom, sample.ident,
elapsed_time)
elapsed_time))
sample.dump_chrom_fastas(chrom, variant_graph[chrom], chrom_seq)
......
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