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 "/home/hussain/miniconda3/bin/cnvpytor", line 8, in <module>
sys.exit(main())
File "/home/hussain/.local/lib/python3.9/site-packages/cnvpytor/__main__.py", line 313, in main
view.prompt()
File "/home/hussain/.local/lib/python3.9/site-packages/cnvpytor/viewer.py", line 512, in prompt
self.print_simple_merged_calls()
File "/home/hussain/.local/lib/python3.9/site-packages/cnvpytor/viewer.py", line 1385, in print_simple_merged_calls
genotypes = [
File "/home/hussain/.local/lib/python3.9/site-packages/cnvpytor/viewer.py", line 1386, in <listcomp>
self.genotype([bin_size], "%s:%d-%d" % (c, maxstart, minend), file_index=ix[i], p_val=True)[0]
File "/home/hussain/.local/lib/python3.9/site-packages/cnvpytor/viewer.py", line 4001, in genotype
e1 = getEValue(stat[4], stat[5], his_p, bin1, bin2 + 1) * 2.9e9 / bs
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I suspect there might be an issue with 1-2 samples. To confirm, could you please check if you're obtaining CNV results for individual samples?
Additionally, have you examined this with 2-3 samples instead of more than 10?
-Arijit
Thank you for your response. I followed your suggestion and realized the issue was because I performed the steps for each group of samples separately before combining them. I resolved it by running all samples together.
Hello, I faced an issue while merging multiple samples
Here is the code:
I got this error:
The text was updated successfully, but these errors were encountered: