Skip to content

Commit d9dfe10

Browse files
committed
Match default for PCA derivation
1 parent 14e55a4 commit d9dfe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgscatalog.match/src/pgscatalog/match/cli/intersect_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def parse_args(args=None):
211211
parser.add_argument(
212212
"--maf_target",
213213
dest="maf_filter",
214-
default=0.1,
214+
default=0.05,
215215
required=False,
216216
help="Filter: Minimum minor Allele Frequency for PCA eligibility",
217217
)

0 commit comments

Comments
 (0)