def sbatch_exomeQC(): """Make sbatch files for exomeQC.R See ../sbatch for output""" options.log.info("Running pavement.sbatch_exomeQC") with cd_workdir(options.dirs.top): process_list(_exomeQC_cl, options.illumina.flowcell_ids)
def sbatch_exome_pipeline(): """Make sbatch files for exome_pipeline.py See sbatch directory (options.dirs.sbatch) for output""" options.log.info("Running sbatch_exome_pipeline") with cd_workdir(options.dirs.top): process_list(_exome_pipeline_cl, options.illumina.flowcell_ids)