Skip to content

Commit 5a825e3

Browse files
committed
Fix CLI prefer_genomic flag
1 parent a44bd2e commit 5a825e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dcd_mapping/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@click.option(
4545
"--prefer_genomic",
4646
is_flag=True,
47-
default=True,
47+
default=False,
4848
help="If mapped variants are available relative to a genomic sequence, only output the genomic mappings",
4949
)
5050
def cli(

0 commit comments

Comments
 (0)