-
Notifications
You must be signed in to change notification settings - Fork 4
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
PhenoSV error in hg19 #15
Comments
Your change did work in one way, but failed when to process the csv input file: python /data/zhuw10/git/PhenoSV/phenosv/model/phenosv.py --sv_file sp00103/sp_00.csv --target_folder TMP/ --target_file_name sp_00 --genome hg19 --model PhenoSV The above exception was the direct cause of the following exception: Traceback (most recent call last): cat sp00103/sp_00.csv I guess that your revision introduced another bug into the code. |
I annotated multiple SVs from hg19 and got error. After some trouble-shooting, I found that several SVs caused the problem. Below is one of them:
chr1,144896297,144901046,1:144896297:DG,deletion
PhenoSV works for hg38 but not hg19 for this particular SV. The same problem can be reproduced using the online web version.
Could you explain why?
Thanks,
Wei
Wei Zhu
The text was updated successfully, but these errors were encountered: