Skip to content

Commit

Permalink
Enable more checks in HIVIntact
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 21, 2023
1 parent 1d54987 commit 6b77cac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gene_splicer/primer_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,12 @@ def run(contigs_csv,
subprocess.run(['proviral',
'intact',
'--subtype=B',
'--run-hypermut',
'--check-long-deletion',
'--check-nonhiv',
'--check-scramble',
'--check-internal-inversion',
'--include-small-orfs',
str(no_primers_fasta)],
check=True,
stdout=log_file,
Expand Down

0 comments on commit 6b77cac

Please sign in to comment.