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

Commit

Permalink
run cli() function when bin.proviral is run
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 15, 2023
1 parent 8cb8e7e commit 2f662c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/proviral.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ def intact(input_file, subtype, include_packaging_signal,
check_long_deletion, check_nonhiv, check_scramble, check_internal_inversion,
include_small_orfs, output_csv
)

if __name__ == "__main__":
cli()

0 comments on commit 2f662c8

Please sign in to comment.