Skip to content

Commit

Permalink
Merge pull request #252 from Hanson19/patch-1
Browse files Browse the repository at this point in the history
Step 3: Filter and report the incorrect directory in hightlight section
  • Loading branch information
ErinBecker authored Jun 14, 2024
2 parents a2e177e + bb79ae7 commit 6b09fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/04-variant_calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ calculating the ratio of [transitions(TS)](https://en.wikipedia.org/wiki/Transit
where transitions should be more likely to occur than transversions:

```bash
$ bcftools stats results/bcf/SRR2584866_variants.vcf | grep TSTV
$ bcftools stats results/vcf/SRR2584866_variants.vcf | grep TSTV
# TSTV, transitions/transversions:
# TSTV [2]id [3]ts [4]tv [5]ts/tv [6]ts (1st ALT) [7]tv (1st ALT) [8]ts/tv (1st ALT)
TSTV 0 628 58 10.83 628 58 10.83
Expand Down

0 comments on commit 6b09fe5

Please sign in to comment.