Skip to content
Snippets Groups Projects
Commit 84560ad2 authored by NMarthe's avatar NMarthe
Browse files

modifié le format du bed de sortie

parent c8b1d5c1
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ for line in lines :
else:
orientation='.'
out_line=chr+'\t'+str(seg_start)+'\t'+str(seg_stop)+'\t'+orientation+'\t'+seg_name+'\n'
out_line=chr+'\t'+str(seg_start)+'\t'+str(seg_stop)+'\t'+path[i][0:1]+seg_name+'\n'
out_bed.write(out_line)
position+=segments_size[seg_name]
......
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