You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "PGxPOP/bin/PGxPOP.py", line 308, in<module>cd.run()
File "PGxPOP/bin/PGxPOP.py", line 54, in run
results = self.process_gene(g)
File "PGxPOP/bin/PGxPOP.py", line 68, in process_gene
diplotypes, sample_variants, uncallable = self.get_calls(gene, gt_matrices)
File "PGxPOP/bin/PGxPOP.py", line 177, in get_calls
forsampin range(gt_mat[0].shape[1]):
IndexError: tuple index out of range
When running the command
I'm getting the error
Here is a gist with the
--debug
output.Is it possibly because not all of the variants are in the VCF file?
The text was updated successfully, but these errors were encountered: