-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi Adam,
I am trying to run the "bcftools mpileup" step to estimate the false negative rate, but I am getting this error
amorales@dacelo:/disks/dacelo/data/03_analyses_RB7_7_fa_as_reference_chapter_2_thesis/06_false_negative_rate_estimation/test_false_negative_rate$ bcftools mpileup -a 'AD,DP' -T RB7_7_fa_fai_sites_to_mutate.bed -q3 -Q13 -Ou -f RB7_7.fa | bcftools call -m -A -p 0 -P 0.015 -O z -o RB7_7_bcftools.vcf.gz Note: none of --samples-file, --ploidy or --ploidy-file given, assuming all sites are diploid [mpileup] no input file/data given Failed to open -: unknown file type amorales@dacelo:/disks/dacelo/data/03_analyses_RB7_7_fa_as_reference_chapter_2_thesis/06_false_negative_rate_estimation/test_false_negative_rate$
Did you get this error too?
Do we need to provide a BAM file?
Usage: bcftools mpileup [options] in1.bam [in2.bam [...]]
Thank you!.