Skip to content

Commit fd6428f

Browse files
committed
Fix Snakemake param type inside R
1 parent 2b1b23f commit fd6428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/scripts/merge_annotation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ log_info("Reading annotation table")
3939
annotation <- read_tsv(
4040
snakemake@input$annot,
4141
col_select = c(
42-
snakemake@params$snpeff_columns,
42+
unlist(snakemake@params$snpeff_columns),
4343
"VARIANT_NAME"
4444
),
4545
col_types = list(

0 commit comments

Comments
 (0)