import Functions as fct intersect_path='../wd/data/intersect_all_chr10.bed' fct.create_seg_feat(intersect_path) output_file='graphe_chr10_all.gff' fct.graph_gff(output_file) pos_seg="pos_seg_azu.bed" gff="graphe_chr10_all.gff" out="azucena_chr10_all.gff" fct.azu(pos_seg,gff,out)