Skip to content
Snippets Groups Projects
Commit cc66a5a0 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Fix syntax

parent 953062c4
No related branches found
No related tags found
1 merge request!8Connect cnv pipeline to global pipeline + make it generic
......@@ -29,7 +29,7 @@ rule cnvpipeline:
params:
metadata = "{batch}/genomestrip/metadata"
output:
{batch}/cnvpipeline/{chrom}/cnvpipeline_{chrom}.vcf.gz
"{batch}/cnvpipeline/{chrom}/cnvpipeline_{chrom}.vcf.gz"
log:
stdout="{batch}/logs/cnvpipeline/{chrom}.o",
stderr="{batch}/logs/cnvpipeline/{chrom}.e"
......
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