Skip to content

Commit

Permalink
Merge pull request #96 from epifluidlab/main
Browse files Browse the repository at this point in the history
update branch
  • Loading branch information
jamesli124 authored Aug 11, 2024
2 parents 715e8dd + 03ed257 commit 1b94c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/finaletoolkit/cli/main_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def main_cli_parser():
cli_cleavage_profile = subparsers.add_parser('cleavage-profile', prog='finaletoolkit-cleavage-profile', description='Calculates cleavage proportion over intervals defined in a BED file based on alignment data from a BAM/SAM/CRAM/Fragment file.')
cli_cleavage_profile.add_argument('input_file', help='Path to a BAM/SAM/CRAM/Fragment file containing fragment data.')
cli_cleavage_profile.add_argument('interval_file', help='Path to a BED file containing intervals to calculates cleavage proportion over.')
cli_cleavage_profile.add_argument('chrom_sizes', help='A .chrom.sizes file containing chromosome sizes.')
cli_cleavage_profile.add_argument('-o', '--output_file', default='-', help='A bigWig file containing the cleavage proportion results over the intervals specified in interval file.',)
cli_cleavage_profile.add_argument('-lo', '--fraction_low', default=120, type=int, help="Minimum length for a fragment to be included in cleavage proportion calculation.")
cli_cleavage_profile.add_argument('-hi', '--fraction_high', default=180, type=int, help="Maximum length for a fragment to be included in cleavage proportion calculation.")
Expand Down

0 comments on commit 1b94c1b

Please sign in to comment.