Skip to content

Commit

Permalink
add --gene-caller flag to anvi-meta-pan-genome to address #2308
Browse files Browse the repository at this point in the history
  • Loading branch information
ivagljiva committed Jul 18, 2024
1 parent d90c6dc commit b626133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/anvi-meta-pan-genome
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ if __name__ == '__main__':
at least '0.5' of the genome to be detected in at least one metagenome. This parameter allows you to change\
that. 0 would mean no detection test required, 1 would mean the entire genome must be detected.")

groupD = parser.add_argument_group("PRO STUFF", "Things you may not have to change unless you are doing something extra cool and edgy.")
groupD.add_argument(*anvio.A('gene-caller'), **anvio.K('gene-caller'))


args = parser.get_args(parser)

Expand Down

0 comments on commit b626133

Please sign in to comment.