-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failure to enter to the last step - Combining outputs #38
Comments
Hi Sanzhen, What version of pandas are you using? As of now I would guess that this is a pandas version issue. You could refer to the installation guide here to try and reinstall SyRI. You could also try creating a new python virtual environment and install syri there. If the problem persists, then could you please run syri with the DEBUG mode and share the syri.log file? Also, it would be helpful to see the snps.txt file. Best |
pandas version is 0.23.4. Is this the right version? I skipped snp/indel calling using --nosnp but the final combination step had an error as well. getTSV - ERROR - Error in finding parent for SV |
23062458 snps.txt
686 C . 18753100 20 686 26 1 1 1 1 1
159769419 G C 116433981 1 364 0 6 1 -1 9 9 |
seems that chromosome ID in the snps.txt are not correct. |
I think this could be happening because chromosome IDs are integers. Changing chromosome ids to 'chr1', 'chr2' etc might resolve this issue. |
Thank Manish. I will try as you suggested. |
Hi Manish,
|
"snps.txt" was produced but no log report about "Combining outputs". Everything else looks fine. I use conda installation in CentOS Linux 7. Appreciate your guide to solve the problem. Thanks.
Below is the error:
/.conda/envs/syri/lib/python3.5/site-packages/pandas/core/ops.py:1167: FutureWarning: elementwise comparison failed; returning scalar instead,/software/syri/syri/bin/syri", line 255, inbut in the future will perform elementwise comparison
result = method(y)
Traceback (most recent call last):
File "
getshv(args, coords, chrlink)
File "syri/pyxFiles/findshv.pyx", line 196, in syri.findshv.getshv
File "
/.conda/envs/syri/lib/python3.5/site-packages/pandas/core/ops.py", line 1283, in wrapper/.conda/envs/syri/lib/python3.5/site-packages/pandas/core/ops.py", line 1169, in na_opres = na_op(values, other)
File "
raise TypeError("invalid type comparison")
TypeError: invalid type comparison
The text was updated successfully, but these errors were encountered: