You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifstart<1: #negative values no good for intersection
660
670
start=1
661
-
end=int(cols[4]) +100#not sure if value is larger than contig if this will be problem for bedtools as well? If so will need to read in contig names and lengths into dictionary to check here.
671
+
end=int(cols[4]) +100
672
+
ifend>ContigSizes.get(cols[2]): #check that it doesn't go over length
0 commit comments