Skip to content
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

Run the aligned files from different smrtcells #112

Open
priyambial123 opened this issue Mar 22, 2023 · 3 comments
Open

Run the aligned files from different smrtcells #112

priyambial123 opened this issue Mar 22, 2023 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@priyambial123
Copy link

Hello

I need a suggestion on running the structural variant calling on hifi data from two SMRT cells. I have two aligned bam files from same subject (run in 2 smart cells, PacBio). I tried doing the variant call for aligned file from each SMRT cell. Then sorted the vcf from each smrt cell but creating index for the vcf fails. Can you suggest a way to run aligned files from different smrt cells and create a single vcf file

Thank you

@tjiangHIT
Copy link
Owner

Hello @priyambial123,

I want to confirm that these two alignment files are from two SMRT cells both belong to the same sample, is that correct?
If so, I suggest you merge the two alignment files into one file via Samtools and then perform cuteSV to complete SV calling.
In this way, cuteSV will provide a single vcf file for your further analysis.
Hope this can help you.

Tao

@priyambial123
Copy link
Author

Thank you, yes it worked after merging, sorting and indexing the bam files. Is joint variant calling possible using cuteSV?

@tjiangHIT
Copy link
Owner

Please perform the following steps to achieve joint SV calling:

  1. Run cuteSV for each sample to generate sample specific SV callsets.
  2. Perform SURVIVOR to merge every single vcf into merged.vcf.
  3. Rerun cuteSV for each sample with -Ivcf merged.vcf (force calling step).
  4. Perform SURVIVOR again to merge every force called single vcf into final_merged.vcf.

Hope this can help you.
Tao

@tjiangHIT tjiangHIT added the help wanted Extra attention is needed label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants