Skip to content

Commit 391483e

Browse files
committed
Documentation update for version 2021_09
1 parent 85aaf86 commit 391483e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

doc/install_msys2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Clone the most recent release of ngs-bits (the source code package of GitHub doe
2727

2828
git clone --recursive https://github.com/imgag/ngs-bits.git
2929
cd ngs-bits
30-
git checkout 2021_06
30+
git checkout 2021_09
3131
git submodule update --recursive --init
3232

3333
## Build

doc/install_unix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use git to clone the most recent release (the source code package of GitHub does
2020

2121
> git clone --recursive https://github.com/imgag/ngs-bits.git
2222
> cd ngs-bits
23-
> git checkout 2021_06
23+
> git checkout 2021_09
2424
> git submodule update --recursive --init
2525

2626
### Resolving proxy issues with git

doc/install_win.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Open a *Git CMD* and clone the most recent release (the source code package of G
2525

2626
git clone --recursive https://github.com/imgag/ngs-bits.git
2727
cd ngs-bits
28-
git checkout 2021_06
28+
git checkout 2021_09
2929
git submodule update --recursive --init
3030

3131
## Build

doc/tools/VariantFilterAnnotations.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### VariantFilterAnnotations tool help
2-
VariantFilterAnnotations (2021_06-48-gfc326851)
2+
VariantFilterAnnotations (2021_06-105-g6f3de776)
33

44
Filter a variant list in GSvar format based on variant annotations.
55

@@ -112,8 +112,8 @@
112112
build - Genome build used for pseudoautosomal region coordinates [default=hg19] [valid=hg19,hg38]
113113
Tumor zygosity Filter based on the zygosity of tumor-only samples. Filters out germline het/hom calls.
114114
Parameters:
115-
het_af_range - Consider allele frequencies of 50% ± het_af_range as heterozygous and thus as germline. [default=0] [min=0] [max=49.9]
116-
hom_af_range - Consider allele frequencies of 100% ± hom_af_range as homozygous and thus as germline. [default=0] [min=0] [max=99.9]
115+
het_af_range - Consider allele frequencies of 50% ± het_af_range as heterozygous and thus as germline. [default=0] [min=0] [max=49.9]
116+
hom_af_range - Consider allele frequencies of 100% ± hom_af_range as homozygous and thus as germline. [default=0] [min=0] [max=99.9]
117117
Variant quality Filter for variant quality
118118
Parameters:
119119
qual - Minimum variant quality score (Phred) [default=250] [min=0]
@@ -141,7 +141,7 @@
141141
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'.
142142

143143
### VariantFilterAnnotations changelog
144-
VariantFilterAnnotations 2021_06-48-gfc326851
144+
VariantFilterAnnotations 2021_06-105-g6f3de776
145145

146146
2018-07-30 Replaced command-line parameters by INI file and added many new filters.
147147
2017-06-14 Refactoring of genotype-based filters: now also supports multi-sample filtering of affected and control samples.

0 commit comments

Comments
 (0)