Brent Pedersen

Results 1174 comments of Brent Pedersen

all tests are passing in pull16 now.

if you get tests working, I'll be glad to incorporate.

what does `len(gene_obj.coding_exons)` show?

I think you'd need something like: ``` (data != 0).sum(axis=1) > 0 ``` but since I haven't been looking at/using this code for some time, I'd require a test before...

Hi @FrancescoBrundu I added a change that should allow you to do this. See the last 2 lines of the file for example use. Let me know if you have...

+1, i'm converting the easy stuff like print statements today.

I can't remember. I will try to remove it. I will plan to use six for most stuff.

I haven't worked on cruzdb for some time. It's likely that there are many parts of it that do not support python3. I'd accept a pull request to fix that.