Newer
Older
bamlist = "{batch}/bamlist.list",
excluded = "exclusion/excluded.bed",
reference = REFERENCE,
fai = REFERENCE + ".fai"
"{batch}/delly/delly_{chrom}_{svtype}.bcf"
template = EMPTY_TEMPLATE,
reference = os.path.abspath(REFERENCE)
stdout = "{batch}/logs/delly/{chrom}_{svtype}.o",
stderr = "{batch}/logs/delly/{chrom}_{svtype}.e"
"export OMP_NUM_THREADS={threads} ; "
"delly.py -b {input.bamlist} -c {wildcards.chrom}"
" -g {params.reference} -x {input.excluded} -t {wildcards.svtype}"
" 1>{log.stdout} 2>{log.stderr}"