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

Force calling #122

Open
lunky-zao opened this issue May 27, 2023 · 2 comments
Open

Force calling #122

lunky-zao opened this issue May 27, 2023 · 2 comments

Comments

@lunky-zao
Copy link

When I use -Ivcf to force calling, there is no 'TRA' or 'BND' in my vcf files.
The command is :
nohup cuteSV A.sort.bam re.fasta A.cuteSV.vcf cutesv/ --threads 16 --sample A --retain_work_dir --report_readid --genotype --min_size 50 --max_size 100000 --min_support 4 --max_cluster_bias_INS 100 --diff_ratio_merging_INS 0.3 --max_cluster_bias_DEL 100 --diff_ratio_merging_DEL 0.3 > cutesv.log &
ls *.out.cuteSV.vcf > all_level_calls.txt
SURVIVOR merge all_level_calls.txt 1000 1 1 -1 -1 -1 all_cohort_level.vcf > survivor.log &
nohup cuteSV A.sort.bam re.fasta A.cuteSV.vcf cutesv/ -Ivcf all_cohort_level.vcf --threads 10 --sample A --retain_work_dir --report_readid --genotype --min_size 50 --max_size 100000 --min_support 4 --max_cluster_bias_INS 100 --diff_ratio_merging_INS 0.3 --max_cluster_bias_DEL 100 --diff_ratio_merging_DEL 0.3 > cutesv.log &
ls *.vcf > all_calls.txt
SURVIVOR merge all_calls.txt 1000 -1 1 -1 -1 -1 final_cohort.vcf

@Meltpinkg
Copy link
Collaborator

Hello, @lunky-zao

You can install the newest version from pip or GitHub and have another try.
By the way, does other types of SV still exist in the output VCF? In another word, only translocations in file all_cohort_level.vcf miss, the SV amount of other types keeps remaining?

Best,
Shuqi

@lunky-zao
Copy link
Author

cuteSV's version is 2.0.3.
There is only translocations in file all_cohort_level.vcf miss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants