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

Merge vcf files should be enhanced #1

Open
xiucz opened this issue Jul 22, 2019 · 0 comments
Open

Merge vcf files should be enhanced #1

xiucz opened this issue Jul 22, 2019 · 0 comments

Comments

@xiucz
Copy link

xiucz commented Jul 22, 2019

Other vcf files like freebayes output files should be merged, like the tool CombineVariants in gatk did:

java -jar ~/gatktools/GenomeAnalysisTK.jar -T CombineVariants \
-R ~/database/hg19/gatk_bundle/ucsc.hg19.fasta \
-genotypeMergeOptions UNIQUIFY -priority VQSR,freebayes \
-V:VQSR MergeVcfs.vcf \
-V:freebayes freebayes.filter.results.vcf \
-o germline.integrated.vcf  

Thank you,
Xiucz.

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

1 participant