Replies: 1 comment 3 replies
-
|
For 1: The reason why there are two read mapping files is that we use ropebwt3 and it is not paired end aware. So we align each file in the pair and put them in their own readMapping file. Then in the path keyfile you can merge them back together by using the same sampleName for the two read mappings. It looks like you have created your hVCFs correctly in this case. 2: merge-hvcfs should combine the multiple samples together which you could use for downstream tasks. I think that is the correct command for what it sounds like you are trying to do. Thanks, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently trying out your PHG software.
Thanks to your detailed tutorial, I was able to complete the imputation step successfully. However, I have a few questions before proceeding further.
(1) Two h.vcf files were generated after mapping with paired-end fastq files.
Here is the keyfile I used for
phg map-reads:The mapping process completed successfully, but unlike the tutorial, I obtained the following files:
For
phg find-paths, I created a keyfile like this:This resulted in one VCF file per sample.
Does this mean the VCFs were generated correctly?
(2) Is it okay to merge multiple imputed VCFs and use them with resequencing data?
I performed imputation using multiple samples, so I now have one h.vcf per sample.
I would like to combine these and use the merged result as a reference for future resequencing steps.
I found a command called
merge-hvcfsin PHG.Would it be appropriate to use this to generate a single merged.h.vcf file from the imputed VCFs?
Thank you in advance for your help.
Best regards,
HJ
Beta Was this translation helpful? Give feedback.
All reactions