Skip to content
Snippets Groups Projects
Commit a93fa1c1 authored by Helene Rimbert's avatar Helene Rimbert
Browse files

correction typo whent setting up temporary file in bedtoolsclosest.smk

parent ef86d031
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ rule splitPerChrom: ...@@ -46,7 +46,7 @@ rule splitPerChrom:
upstream=config['results']+'/2.closestbed/Upstream.txt', upstream=config['results']+'/2.closestbed/Upstream.txt',
downstream=config['results']+'/2.closestbed/downstream.txt' downstream=config['results']+'/2.closestbed/downstream.txt'
output: output:
temp(splitUp=config['results']+'/2.closestbed/{chrom}/upstream.txt'), splitUp=temp(config['results']+'/2.closestbed/{chrom}/upstream.txt'),
splitDown=config['results']+'/2.closestbed/{chrom}/downstream.txt' splitDown=config['results']+'/2.closestbed/{chrom}/downstream.txt'
params: chromPref='TraesCS{chrom}' params: chromPref='TraesCS{chrom}'
log: config['results']+'/2.closestbed/{chrom}/split.log' log: config['results']+'/2.closestbed/{chrom}/split.log'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment