Open parlar opened 4 years ago
Hi Pär,
apologies for the late reply. Could you share an example of missing chromosomes/contigs? I don't see this mentioned in the vcf specification.
It would be ideal if you could share files and commands to reproduce this.
Many thanks, Andreas
On Wed, 2 Sep 2020 at 20:02, Pär Larsson notifications@github.com wrote:
Hi, I'm working on integrating lofreq into the bcbio-nextgen framework/pipeline but ran into an issue.
Bcbio uses gathervcfs (Picard) but does not work since chromsomes/contigs are missing from the lofreq output vcf header. This can be corrected using the Picard UpdateVcfSequenceDictionary tool but cannot be piped, unfortunately. If possible, I'd rather avoid using temp files or some homegrown script to solve the issue.
Would it be possible to update lofreq to make it produce vcfs that are accepted by Picard?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CSB5/lofreq/issues/101, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAILSCNBFY7UNOMEV5K6D2TSDYX4PANCNFSM4QS5PJSA .
-- Andreas Wilm andreas.wilm@gmail.com | 0x7C68FBCC
Hi, I'm working on integrating lofreq into the bcbio-nextgen framework/pipeline but ran into an issue.
Bcbio uses gathervcfs (Picard) but does not work since chromsomes/contigs are missing from the lofreq output vcf header. This can be corrected using the Picard UpdateVcfSequenceDictionary tool but it cannot be piped, unfortunately. If possible, I'd rather avoid using temp files or some homegrown script to solve the issue.
Would it be possible to update lofreq to make it produce vcfs that are accepted by Picard?