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

added load bar to geature apth computing

parent c004d430
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ def transfer_on_target(segments_file, out_gff, out_var,out_aln,target_genome,tar
for feature in Features.keys(): # empty the feature target paths for the next genome treated
Features[feature].segments_list_target=[]
for feat in list_feature_to_transfer:
for feat in tqdm(list_feature_to_transfer,desc=" Computing features paths in target genome",unit=" feature",disable=not args.verbose):
if Features[feat].parent=='':
add_target_genome_paths(feat,target_genome_paths)
......
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