[glu-genetics] push by bioinformed@gmail.com - Fix application of segment padding on 2012-07-20 16:59 GMT

0 views
Skip to first unread message

glu-ge...@googlecode.com

unread,
Jul 20, 2012, 12:59:57 PM7/20/12
to glu...@googlegroups.com
Revision: 7e739376bb96
Author: Kevin B. Jacobs <jac...@bioinformed.com>
Date: Fri Jul 20 09:59:31 2012
Log: Fix application of segment padding
http://code.google.com/p/glu-genetics/source/detail?r=7e739376bb96

Modified:
/glu/lib/seqlib/bed.py

=======================================
--- /glu/lib/seqlib/bed.py Fri Jun 22 10:19:41 2012
+++ /glu/lib/seqlib/bed.py Fri Jul 20 09:59:31 2012
@@ -71,7 +71,7 @@

if pad:
start -= pad
- end -= pad
+ end += pad

features[contig].append( (start,end,name) )

Reply all
Reply to author
Forward
0 new messages