We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6539324 commit 8118df8Copy full SHA for 8118df8
1 file changed
workflow/scripts/format_vcf_fields_longer.R
@@ -26,7 +26,7 @@ read_tsv(snakemake@input$tsv) %>%
26
convert = TRUE
27
) %>%
28
# Separate &-delimited error column (more than one error/warning/info message per row is possible)
29
- separate_rows("ERRORS", sep = "&") %>%
+ separate_rows("ANN[*].ERRORS", sep = "&") %>%
30
# Rename "...[*]..." columns using the provided lookup via Snakemake config
31
rename(all_of(unlist(snakemake@params$colnames_mapping))) %>%
32
# Apply dynamic filters from the Snakemake config:
0 commit comments