Skip to content
Snippets Groups Projects
Commit ca895863 authored by nina.marthe_ird.fr's avatar nina.marthe_ird.fr
Browse files

empty a dict before processing each genome to not accumulate useless information

parent b489ba12
No related branches found
No related tags found
No related merge requests found
......@@ -64,3 +64,4 @@ for target_genome in args.target:
out_aln=target_genome+"/"+target_genome+"_aln.txt"
transfer_on_target(segments,out_target_gff,out_target_var,out_aln,target_genome,target_genome_paths,args)
segments_on_target_genome={} # empty dict
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