Entering edit mode
3.4 years ago
EHSAN
•
0
Hi,
I am reading through the variant calling chapter of biostar book and faced a problem at below step:
# Compute the genotypes from the alignment file.
bcftools mpileup -Ovu -f $REF $BAM > genotypes.vcf
# Then I get this error:
Could not parse argument: --output-type u
It would be very appreciated if someone can help. Many thanks.
Thanks Istvan, true, that was a typo.