Skip to content

Commit

Permalink
whoops, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Apr 26, 2024
1 parent 1996903 commit d60ff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msyd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def call(args):

if not args.all:
logger.info("Pre-filtering VCFs to pansyntenic regions")
vcfs = io.filter_vcfs(df, vcfs, ref, no_complex=args.no_complex, add_syn_anns=False, impute_ref=ars.impute)
vcfs = io.filter_vcfs(df, vcfs, ref, no_complex=args.no_complex, add_syn_anns=False, impute_ref=args.impute)


logger.info(vcfs)
Expand Down

0 comments on commit d60ff03

Please sign in to comment.