First of all, thank you for sharing such a great material, it really helps me to understand the general structure in the analysis.
While I was trying to follow the steps I encountered with some errors in using some python scripts. For 'Rereplication' step, I used third python script named '3_Reduplicate.py', but got the error below;
Traceback (most recent call last):
File "/home/eraysahin/parkinsonlab/3_Reduplicate.py", line 33, in
cluster_map[rep].append(seq_id)
KeyError: ''
Hello,
First of all, thank you for sharing such a great material, it really helps me to understand the general structure in the analysis.
While I was trying to follow the steps I encountered with some errors in using some python scripts. For 'Rereplication' step, I used third python script named '3_Reduplicate.py', but got the error below;
Traceback (most recent call last): File "/home/eraysahin/parkinsonlab/3_Reduplicate.py", line 33, in
cluster_map[rep].append(seq_id)
KeyError: ''
Can you help me to solve the issue?
Thank you,
Best regards,