Skip to content

Commit

Permalink
Add intersect functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudostoy0u authored Jan 3, 2025
1 parent 1e43b12 commit 9231021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/finaletoolkit/cli/main_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,14 @@ def main_cli_parser():
type=int,
help='Maximum length for a fragment to be included.'
)
cli_filter_file.add_argument(
'-p',
'--intersect-policy',
choices=['midpoint', 'any'],
default='midpoint',
type=str,
help='Specifies what policy is used to include/exclude fragments'
' in the given interval. See User Guide for more information.')
cli_filter_file.add_argument(
'-lo',
'--fraction-low',
Expand Down

0 comments on commit 9231021

Please sign in to comment.