Skip to content
Snippets Groups Projects
Commit 335925d5 authored by van den Berg's avatar van den Berg
Browse files

Merge branch 'testing' into 'devel'

Merge testing into master

See merge request !6
parents 5b51b794 e6309163
No related branches found
No related tags found
1 merge request!6Merge testing into master
Pipeline #2875 failed
Showing
with 13 additions and 6 deletions
...@@ -4,4 +4,5 @@ build: ...@@ -4,4 +4,5 @@ build:
- docker - docker
script: script:
- pip install --upgrade pip setuptools wheel - pip install --upgrade pip setuptools wheel
- pip install '.' - pip install cython numpy
- tox
...@@ -135,11 +135,15 @@ technologies. E.g, when comparing a WES VCF file vs a SNP array, this ...@@ -135,11 +135,15 @@ technologies. E.g, when comparing a WES VCF file vs a SNP array, this
tool can be quite useful. tool can be quite useful.
Output is a simple JSON file listing counts of concordant and discordant Output is a simple JSON file listing counts of concordant and discordant
alleles. alleles and some other metrics. It is also possible to output the discordant
VCF records.
Multisample VCF files are allowed; the samples to be evaluated have to be set Multisample VCF files are allowed; the samples to be evaluated have to be set
through a CLI argument. through a CLI argument.
Variants from the `--call-vcf` are filtered to have a Genotype Quality (GQ) of
at least 30 by default. This can be overruled by specifying `--min-qual 0`.
The optional flag `--min-depth` can be used to set the minimum read coverage.
#### Usage #### Usage
...@@ -154,10 +158,12 @@ Options: ...@@ -154,10 +158,12 @@ Options:
called multiple times [required] called multiple times [required]
-ps, --positive-samples TEXT Sample(s) in positive-vcf to consider. May be -ps, --positive-samples TEXT Sample(s) in positive-vcf to consider. May be
called multiple times [required] called multiple times [required]
-s, --stats PATH Path to output stats json file [required] -s, --stats PATH Path to output stats json file
-dc, --discordant PATH Path to output discordant VCF file -dc, --discordant PATH Path to output gzipped discordant vcf file
--help Show this message and exit -mq, --min-qual FLOAT Minimum quality of variants to consider
``` -md, --min-depth INTEGER Minimum depth of variants to consider
--help Show this message and exit.
```
## License ## License
......
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment