parser.add_argument("-d","--dry-run",help="Dry run: no modification will be done, for testing purpose.",
action="store_true")
parser.add_argument("-m","--multi-org",help="Add this flag if there are multiple organisms in src_data.",
action="store_true")
parser.add_argument("-a","--apollo",help="Add this flag to generate links to apollo.",
action="store_true")
parser.add_argument("-p","--no-parse-seqids",help="Don't use the makeblastdb -parse_seqids option (use this in case you have strange looking sequence ids that make html files unreadable)",
action="store_true")
parser.add_argument("--ignore",help='Files or directories to ignore',nargs='*')
parser.add_argument("dest",help="Destination directory (not including the genome name, should be mounted on compute nodes)")