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

The discordant VCF file is gzipped

parent e62c9164
No related branches found
No related tags found
2 merge requests!6Merge testing into master,!5Merge new testing code into devel
Pipeline #2865 failed
......@@ -159,7 +159,7 @@ Options:
-ps, --positive-samples TEXT Sample(s) in positive-vcf to consider. May be
called multiple times [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
-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.
......
......@@ -35,7 +35,7 @@ from .gcoverage import RefRecord, region_coverages
@click.option("-s", "--stats", type=click.Path(writable=True),
help="Path to output stats json file")
@click.option("-dvcf", "--discordant-vcf", type=click.Path(writable=True),
help="Path to output discordant VCF file",
help="Path to output gzipped discordant vcf file",
required=False)
@click.option("-mq", "--min-qual", type=float,
help="Minimum quality of variants to consider", default=30)
......
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