Skip to content

Commit 23f985f

Browse files
committed
filter homopolymer instructions in docs
1 parent fb9b20c commit 23f985f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/source/filter.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Filter
2+
=====
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:caption: Contents:
7+
8+
9+
Filtering output
10+
----------------
11+
12+
In our experience, homopolymers, and some repetitive regions are enriched for false positives. You may find the following filters useful:
13+
14+
Exclude homopolymers
15+
Require the repeatunit column be greater than 1 character.
16+
STRs.tsv files: `awk '(length($6) > 1)'`
17+
*-genotype.txt files: `awk '(length($4 > 1)'`

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Dashnow, H., Pedersen, B.S., Hiatt, L. et al. STRling: a k-mer counting approach
1919
install
2020
run
2121
outputs
22+
filter
2223
workflows
2324
test
2425
debug

0 commit comments

Comments
 (0)