parser.add_argument("--execute-site",dest="execute_site",required=True,default="local",help="Target execute site. Sites should be defined in configuration.")
parser.add_argument("--output-site",dest="output_site",required=True,default="local",help="Target output site. Site should be defined in configuration.")
parser.add_argument("--chip-bin",dest="chip_bin",required=True,help="Path to chipathlon conda environment bin.")
parser.add_argumnet("--idr-bin",dest="idr_bin",required=True,help="Path to idr conda enviornment bin.")
parser.add_argument("--idr-bin",dest="idr_bin",required=True,help="Path to idr conda enviornment bin.")
parser.add_argument("--email",dest="email",help="An email address to notify when the workflow is finished.")
parser.add_argument("--no-save-db",dest="save_db",default=True,action="store_false",help="Whether or not to save results to the database. Default: True")