Skip to content

Commit

Permalink
This is why we don't pass 30 vars by position
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory M Flynn committed Oct 21, 2022
1 parent 5d31c38 commit fb711ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mag_annotator/annotate_bins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def annotate_called_genes_cmd(input_faa, output_dir='.', bit_score_threshold=60,
annotate_called_genes(fasta_locs, output_dir, bit_score_threshold, rbh_bit_score_threshold,
custom_db_name, custom_fasta_loc, custom_hmm_loc, custom_hmm_name,
custom_hmm_cutoffs_loc, use_uniref, use_vogdb, kofam_use_dbcan2_thresholds,
rename_genes, keep_tmp_dir, low_mem_mode, threads, verbose,
rename_genes, keep_tmp_dir, low_mem_mode, threads, verbose, None,
config_loc)

def perform_fasta_checks(fasta_locs, logger):
Expand Down

0 comments on commit fb711ef

Please sign in to comment.