Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
main: inline cli() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 26, 2023
1 parent 2915030 commit dbc2fd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/proviral.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ def intact(input_file, subtype, include_packaging_signal,
include_small_orfs, output_csv
)

if __name__ == "__main__":
cli()
if __name__ == "__main__": cli()

0 comments on commit dbc2fd8

Please sign in to comment.