meta_parser.add_argument('-d','--directory',dest="directory",default=DATABASE_LOCATION,help="This path points to the location where the database raw files are installed (defaults to '%(default)s')")
meta_parser.add_argument('--force',dest="force",default=False,action='store_true',help='If set, will overwrite existing meta files if they exist. Otherwise, just run on unexisting data')
meta_parser.add_argument('--limit',dest="limit",default=0,type=int,help="Limits the number of objects to treat (defaults to '%(default)')")
debug_parser.add_argument('-d','--directory',dest="directory",default=DATABASE_LOCATION,help="This path points to the location where the database raw files are installed (defaults to '%(default)s')")
debug_parser.add_argument('-o','--output-directory',dest="output_directory",default='debug',help="This path points to the location where the debugging results will be stored (defaults to '%(default)s')")