-
Notifications
You must be signed in to change notification settings - Fork 9
Command that merging outcomes of multiple SV callers #18
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
Comments
Hi! You can follow this issue (#15). Bcftools need to be used. |
Hello Zheng, Thank you for your soon reply! It works well for after using BCFTOOLS to merge outcomes of multiple SV callers. But the final result file named 3.final.vcf.gz had no records, and there was only a header section. While I used the SURVIVOR to merge and I got some records. Why? |
Can you provid vcf files? |
vcfs.zip |
Your VCF file is not in common format. |
Yes, you are right. Actually, the output of some callers is not in VCF format (such as TSV format), so manual conversion is taken. But what if I can't infer whether a CNV is homozygous or heterozygous? Does the GT tag have to exist in the VCF files to run the PART standalone script? |
|
OK, I'll try to provide |
This time there are a lot of records in the final VCF file, but it seems like all of them are not merged. Can you give me some advice according to the data? |
There were no sequence info in VCF files. |
Do you mean I have to have the details for column 4 and 5? But if a SV is DEL or DUP, it make no sense to present sequence in |
For DUP or DEL, the information of |
Thank you for your time! I noticed that this script was customized for the internal callers and it's a little hard for me to fully understand |
yes, this process must be done before |
In some cases, a |
yes. |
Hello Zheng, I'm sorry to have bothered you so long. After I added the detailed sequences for
This time, I provided 3 VCF files which were from 3 different callers. But when I added more VCF files to the
In addition to that, there were too many Many thanks! |
Your input VCF is in wrong format. |
Great thanks for your help! |
As for SVs you can use |
I have built the |
Fixed. Please try again. (bffe3f0) |
In fact, I just want to know which records in the VCF file were merged by |
Sorry, PanPop do not support this function. |
If no more activity, this issue will be closed. |
Hello Zheng,
Thank you for providing a very nice tool. Currently, I am curious about how to merge outcomes of multiple SV callers. How to provide some vcf files to the standalone PART script? I noticed that the --in_vcf option can support only one file.
Thank you for your soon reply!
The text was updated successfully, but these errors were encountered: