Skip to content

Commit c28f35c

Browse files
committed
Adds an argument for ALStructure to argparser
1 parent 09d95cb commit c28f35c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

structure_threader/argparser.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ def argument_parser(args):
8080
metavar="filepath",
8181
help="Location of the MavericK executable "
8282
"in your environment.")
83+
main_exec_ex.add_argument("-als", dest="external_prog", type=str,
84+
default=None,
85+
metavar="filepath",
86+
help="Location of the ALStructure script "
87+
"in your environment.")
8388

8489
k_opts.add_argument("-K", dest="k_list", type=int,
8590
help="Number of Ks to calculate.\n",

0 commit comments

Comments
 (0)