Skip to content

Commit

Permalink
modify v0.0.1rc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodli committed Dec 3, 2024
1 parent 9cbebd7 commit 456130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quota_anchor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run_correct(parameter):
correct.Correct(config_par, parameter).run()

parser = argparse.ArgumentParser(description='Conduct strand and WGD aware syntenic gene identification for a pair of genomes using the longest path algorithm implemented in AnchorWave.', prog="quota_Anchor")
parser.add_argument('-v', '--version', action='version', version='%(prog)s 0.0.1b2')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 0.0.1rc')


subparsers = parser.add_subparsers(title='Gene collinearity analysis', dest='analysis')
Expand Down

0 comments on commit 456130b

Please sign in to comment.