Skip to content

Commit

Permalink
add note about min covg in vcf2bed
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Oct 29, 2024
1 parent bb8fe2b commit 281175b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/methylextraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ file:
```bash
$ biscuit vcf2bed -t cg my_pileup.vcf.gz > my_pileup.bed
```
For BISCUIT version 1.5.0 and earlier, the minimum coverage by default is 3. This setting was good for traditional WGBS;
however, for low input and single cell protocols, this option should be changed to 1 (`biscuit vcf2bed -k 1 ...`).
BISCUIT version 1.6.0 and later have the default value switched to 1 to avoid user confusion.

The `-t` flag can be used to retrieve mutation and other information, including

Expand Down

0 comments on commit 281175b

Please sign in to comment.