Skip to content

Commit

Permalink
Merge pull request #296 from gbouras13/dev
Browse files Browse the repository at this point in the history
pharokka proteins mash skip check
  • Loading branch information
gbouras13 authored Sep 21, 2023
2 parents b34eaba + 696a6f1 commit 1dc340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pharokka_proteins.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main():

# dependencies
logger.info("Checking dependencies.")
check_dependencies()
check_dependencies(False) # to check pharokka_proteins.py, don't need mash

# instantiation/checking fasta and gene_predictor
validate_fasta(args.infile)
Expand Down

0 comments on commit 1dc340f

Please sign in to comment.