Skip to content
Snippets Groups Projects
Commit 3a7b39a1 authored by NMarthe's avatar NMarthe
Browse files

correction de commentaire

parent cb2678e7
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ for line in lines :
file_name=name+'_'+chromosome+'.bed'
# if we are writing in the file for the first time, overwrite it. else, append it
# this is because some chromosomes are fragmented. the coordinates of all the fragments from the same chromosome are written in the same bed file.
# this is because chromosomes can be fragmented. the coordinates of all the fragments from the same chromosome will be written in the same bed file.
if file_name not in file_names:
file_names.append(file_name)
out_bed = open(file_name, 'w')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment