Update CladeGrabbing.py

This commit is contained in:
Adri K. Grow 2025-08-18 10:56:17 -04:00 committed by GitHub
parent 20d3926f10
commit 5fcd3b937e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ def get_args():
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog = 'Clade grabber, Version 2.1', prog = 'Clade grabber, Version 2.1',
description = "Updated Aug 1st, 2023 by Auden Cote-L'Heureux, modified by GA Feb 13th 2024" description = "Updated Aug 1st, 2023 by Auden Cote-L'Heureux, modified by AKG Aug 18th 2025"
) )
#add_argument section with parameters explained #add_argument section with parameters explained
parser.add_argument('-i', '--input', type = str, required = True, help = 'Path to a folder containing input trees (which must have the file extension .tre, .tree, .treefile, or .nex)') parser.add_argument('-i', '--input', type = str, required = True, help = 'Path to a folder containing input trees (which must have the file extension .tre, .tree, .treefile, or .nex)')