Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 35dcba6

Browse files
authored
Update Readme.md
Fixed description of variant filtering step.
1 parent 3d93e64 commit 35dcba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The VarDictJava program follows the workflow:
250250
2. Find structural variants (optionally can be disabled by option `-U`).
251251
3. Realign some of the variants using realignment of insertions, deletions, large insertions, and large deletions using unaligned parts of reads
252252
(soft-clipped ends). This step is optional and can be disabled using the `-k 0` switch.
253-
4. Calculate statistics for the variant, filter out some bad ones, if any.
253+
4. Apply variant filtering rules (hard filters) defined in [Variant filtering](Readme.md#VarFiltering).
254254
5. Assign a type to each variant.
255255
6. Output variants in an intermediate internal format (tabular). Columns of the table are described in the Output Columns section.
256256

@@ -301,7 +301,7 @@ String | Description
301301
...^[0-9]+ | something followed by a deletion
302302
...&[ATGC]+ | for insertion/deletion variants followed by a matched sequence
303303

304-
#### Variant Filtering
304+
#### <a name="VarFiltering"></a>Variant Filtering
305305
A variant appears in the output if it satisfies the following criteria (in this order).
306306
If variant doesn't fit criteria on the step, it will be filtered out and the next steps won't be checked (except for the step 8, read the explanation below):
307307
1. Frequency of the variant exceeds the threshold set by the `-f` option (default = 1%).

0 commit comments

Comments
 (0)