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

reorganised functions

parent 7f0c3494
Branches
No related tags found
No related merge requests found
...@@ -613,6 +613,9 @@ def continue_var(variation,seg_seq,feature_path_source_genome,feature_path_targe ...@@ -613,6 +613,9 @@ def continue_var(variation,seg_seq,feature_path_source_genome,feature_path_targe
variation.ref+=get_segment_sequence(seg_seq,feature_path_source_genome[i]) variation.ref+=get_segment_sequence(seg_seq,feature_path_source_genome[i])
variation.seg_ref.append(feature_path_source_genome[i]) variation.seg_ref.append(feature_path_source_genome[i])
# functions to detect inversions
# gives the list of segments from list1 that are in list2 # gives the list of segments from list1 that are in list2
def get_common_segments(dict1,dict2): def get_common_segments(dict1,dict2):
list_common=[] list_common=[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment