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("--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")
parser.add_argument("--rewrite",dest="rewrite",default=False,action="store_true",help="If specified, don't load from the database, rewrite files.")
parser.add_argument("--debug",dest="debug",default=False,action="store_true",help="Print out more information while generating.")
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("--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")
parser.add_argument("--rewrite",dest="rewrite",default=False,action="store_true",help="If specified, don't load from the database, rewrite files.")
parser.add_argument("--debug",dest="debug",default=False,action="store_true",help="Print out more information while generating.")