Skip to content

Commit

Permalink
removed -cg from PRIAM
Browse files Browse the repository at this point in the history
we're not doing complete-genomes
  • Loading branch information
billytaj committed Dec 6, 2022
1 parent e389e11 commit d56aa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaPro_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -3034,7 +3034,7 @@ def create_EC_PRIAM_command_v2(self, current_stage_name, ga_final_merge_stage, p
PRIAM_command += " -p " + self.tool_path_obj.PriamDB
PRIAM_command += " -o " + priam_out_folder
PRIAM_command += " --np " + self.threads_str
PRIAM_command += " --bh --cc --cg --bp --bd "
PRIAM_command += " --bh --cc --bp --bd "
PRIAM_command += self.tool_path_obj.BLAST_dir

make_marker = "touch" + " "
Expand Down

0 comments on commit d56aa16

Please sign in to comment.