Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: April Shen <[email protected]>
  • Loading branch information
tcezard and apriltuesday authored Sep 9, 2024
1 parent facfd73 commit 45e6d68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion eva_sub_cli/executables/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parse_args(cmd_line_args):
credential_group.add_argument("--username", help="Username used for connecting to the ENA webin account")
credential_group.add_argument("--password", help="Password used for connecting to the ENA webin account")
argparser.add_argument('--shallow', action='store_true', default=False,
help='Set the validaiotn to be perform on a the first 10000 record of the VCF. '
help='Set the validation to be performed on the first 10000 records of the VCF. '
'Only applies if the number of record exceed 10000')
argparser.add_argument('--debug', action='store_true', default=False,
help='Set the script to output debug messages')
Expand Down
3 changes: 0 additions & 3 deletions eva_sub_cli/executables/trim_down.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,3 @@ def main():
with open(args.output_yaml_file) as open_file:
yaml.safe_dump(trim_down_metrics, open_file)




0 comments on commit 45e6d68

Please sign in to comment.