Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rderelle authored Oct 10, 2024
1 parent ab583c2 commit dba6e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions broccoli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

def parse_args():
# define and parse command-line arguments
parser = argparse.ArgumentParser(description=' Broccoli v1.2.1', add_help=False, formatter_class=argparse.RawTextHelpFormatter, epilog=' \n')
parser = argparse.ArgumentParser(description=' Broccoli v1.3', add_help=False, formatter_class=argparse.RawTextHelpFormatter, epilog=' \n')

common = parser.add_argument_group(' general options')
common.add_argument('-steps', help='steps to be performed, comma separated (default = \'1,2,3,4\')', metavar='', type=str, default='1,2,3,4')
Expand Down Expand Up @@ -123,7 +123,7 @@ def pre_checking_pgms(p_diamond, p_fasttree):
limit_ortho, not_same_sp = parse_args()


print('\n Broccoli v1.1\n')
print('\n Broccoli v1.3\n')


## check python version
Expand Down

0 comments on commit dba6e14

Please sign in to comment.