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

corrected the end coordinates in the output bed file

parent 040a09c5
No related branches found
No related tags found
Loading
...@@ -84,7 +84,7 @@ for line in lines : ...@@ -84,7 +84,7 @@ for line in lines :
seg_start=position seg_start=position
seg_name='s'+path[i][1:] seg_name='s'+path[i][1:]
seg_stop=position+segments_size[seg_name]-1 seg_stop=position+segments_size[seg_name]
if path[i][0:1]=='>': if path[i][0:1]=='>':
orientation='+' orientation='+'
......
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