nicolazzie/SNPchimpRepo

nicolazzie!

Opened this issue · 0 comments

hmkim commented

Dear, nicolazzie

Long time no see!

I found your repo for my new project! It really surprised for me.

First
When I use your program, I got the error in below.

Processing MATRIX FinalReport file:

Traceback (most recent call last):
File "pedda_matrix.py", line 91, in
for x in range(len(geno)):genos[x].append(geno[x])
IndexError: list index out of range

So, I trying to fix for this error with my data.

2017-12-04 15 01 19
2017-12-04 15 01 23

I solved this issue with modified code.
2017-12-04 15 15 58

Second

Between PEDDA_ROW and PEDDA_MATRIX, there is a difference for Affection.

Please check this.

PEDDA_ROW
2017-12-04 15 20 07

PEDDA_MATRIX
2017-12-04 15 20 09

Thanks in advance !