parser.add_argument("-t",help="Score threshold for a module to be called. [0 to 35]. Default:25 ")
parser.add_argument("-w",help="Window Length [50 to 300]. Default:200 ")
parser.add_argument("-s",help="Step size between windows [10 to 200]. Default:100 ")
parser.add_argument("-sw",help="weight of the secondary structure analysis [0.8 to 2]. Default:1 ")
parser.add_argument("-sw",help="weight of the secondary structure analysis [0.1 to 2]. increasing this value increases the weight of the structure probability. Default:1 ")
parser.add_argument("-o",help="Name of the output file. Default: output ")
parser.add_argument("-interm",help="output the best intermediate results. (use -interm 1)")
parser.add_argument("-sscons",help="Constraint level of the module-secondary structure match. Integer from 0 to 5, 0 being most constrained")