diff CSP2/bin/chooseRefs.py @ 28:893a6993efe3

"planemo upload"
author rliterman
date Wed, 04 Dec 2024 13:48:13 -0500
parents 792274118b2e
children 93393808f415
line wrap: on
line diff
--- a/CSP2/bin/chooseRefs.py	Wed Dec 04 12:50:59 2024 -0500
+++ b/CSP2/bin/chooseRefs.py	Wed Dec 04 13:48:13 2024 -0500
@@ -85,7 +85,7 @@
 parser = argparse.ArgumentParser(description='Choose reference isolates based on FASTA metrics and mean distances.')
 parser.add_argument('--ref_count', type=int, default=1, help='Number of reference isolates to select')
 parser.add_argument('--mash_triangle_file', type=str, help='Path to the mash triangle file')
-parser.add_argument('--trim_name', type=str, default="", help='trim name')
+parser.add_argument('--trim_name', nargs='?', const="", default="", type=str, help='Trim name')
 args = parser.parse_args()
 
 ref_count = args.ref_count