Skip to content

Commit a897cc8

Browse files
authored
Update README.md
1 parent 97aad6a commit a897cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To compare the obtained founder variants using bcftools, do the following for ea
222222

223223
```
224224
bam= ls -1 *.bam
225-
for bam in *.bam; do bcftools mpileup --min-ireads 3 -B -C 50 -d 250 --fasta-ref covid19-refseq.fasta --threads 2 -Ou ${bam}| bcftools call -mv -Ov -o ${bam}.vcf
225+
for bam in *.bam; do bcftools mpileup -B -C 50 -d 250 --fasta-ref covid19-refseq.fasta --threads 2 -Ou ${bam}| bcftools call -mv -Ov -o ${bam}.vcf
226226
done
227227
### Filtering variants
228228
bcf= ls -1 *.bam.vcf

0 commit comments

Comments
 (0)