Skip to content

Commit f8939d8

Browse files
Plot SV counts for all VCFs in FilterBatchSites (#860)
1 parent 6328e86 commit f8939d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/FilterBatchSites.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ workflow FilterBatchSites {
7878
call sv_counts.PlotSVCountsPerSample {
7979
input:
8080
prefix = batch,
81-
vcfs=[FilterAnnotateVcf.annotated_vcf[0], FilterAnnotateVcf.annotated_vcf[1], FilterAnnotateVcf.annotated_vcf[2], FilterAnnotateVcf.annotated_vcf[3], FilterAnnotateVcf.annotated_vcf[4]],
81+
vcfs=[FilterAnnotateVcf.annotated_vcf[0], FilterAnnotateVcf.annotated_vcf[1], FilterAnnotateVcf.annotated_vcf[2], FilterAnnotateVcf.annotated_vcf[3], FilterAnnotateVcf.annotated_vcf[4], FilterAnnotateVcf.annotated_vcf[5]],
8282
N_IQR_cutoff = N_IQR_cutoff_plotting,
8383
sv_pipeline_docker = sv_pipeline_docker,
8484
runtime_attr_count_svs = runtime_attr_count_svs,

0 commit comments

Comments
 (0)