DivyaratanPopli / Kinship_Inference

This is a tool to estimate pairwise relatedness from ancient DNA, taking in account contamination, ROH, ascertainment bias.
GNU General Public License v3.0
7 stars 1 forks source link

Unknown error #14

Closed taotaoninivintage closed 1 year ago

taotaoninivintage commented 1 year ago

Hello, I am a research student in the molecular archaeology direction and I am using your KINgaroo tool. When using it, I encountered an error. After changing the parallel_mergedchrm function to single process, I located the final error position. In the getWin function of input_preparation_function.py, when adding the missingwins data, an “Index out of bounds” error occurred at line 158 ds=np.insert(ds,missingwins,np.zeros(np.shape(df)[1]),axis=0). May I know if you have any recommended possible solutions? issue