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

corrected a variable missnamed

parent 4235ea1d
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ def get_chr_path(feature_id,target_genome_paths):
def add_target_genome_path(feature_id,target_genome_paths):
target_genome_path=get_chr_path(feature_id,target_genome_paths)
if target_genome_paths!=False:
if target_genome_path!=False:
feature=Features[feature_id]
list_seg=feature.segments_list_source
first_seg=get_first_seg(list_seg)
......
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