Skip to content

Commit

Permalink
bug fix in running BAT
Browse files Browse the repository at this point in the history
  • Loading branch information
thauptfeld authored Mar 8, 2024
1 parent c82f819 commit 2a5fce3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CAT_pack/reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ def run():
shared.run_BAT(args, args.bin_folder, args.database_folder, args.taxonomy_folder,
args.log_file, args.quiet, args.nproc, args.f, args.r,
CAT_protein_fasta, CAT_diamond_alignment,
args.path_to_prodigal, args.path_to_diamond, args.out_prefix,
args.bin_suffix, )
args.out_prefix, args.bin_suffix)
b2c=process_CAT_table('{0}.BAT.bin2classification.txt'.format(args.out_prefix),
args.nodes_dmp, args.log_file, args.quiet)

Expand Down

0 comments on commit 2a5fce3

Please sign in to comment.