I am using mpileup and bcftools call in Galaxy. Mpileup produces a VCF output file, but also gives me the following message.
[warning] tag DPR functional, but deprecated. Please switch to AD
in future.
[warning] tag DV functional, but deprecated. Please switch to AD
in future.
[warning] tag DP4 functional, but deprecated. Please switch to ADF
and ADR
in future.
Then, when I run bcftools call on the mpileup output VCF file, I get the following message:
error An error occurred with this dataset: Fatal error: Exit code 255 () [E::hts_hopen] fail to open file 'input.vcf.gz' [E::hts_open_format] fail to open file 'input.vcf.gz' index: failed to open "input.vcf.gz"
Do you know whether these issues are related and how to fix it?
Thanks