diff --git a/main.py b/main.py index 56e31620a2cf334128102f4a80012973d8998de8..dcfc137b8710f8a347ad1c38d902344e30e5d338 100644 --- a/main.py +++ b/main.py @@ -1,12 +1,14 @@ import Functions as fct -intersect_path='../wd/data/intersect_all_chr10.bed' +# creates segments and features for the intersect between the graph for chr10 and the gff of IRGSP +intersect_path='/home/nina/annotpangenome/align_genes/intersect_segments-genes_chr10.bed' fct.create_seg_feat(intersect_path) -output_file='graphe_chr10_all.gff' +# outputs the gff of the graph for chr10 +output_file='graphe_test.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) +#pos_seg="pos_seg_azu.bed" +#gff="graphe_chr10_all.gff" +#out="azucena_chr10_all.gff" +#fct.azu(pos_seg,gff,out)