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 3a6fc56 commit d47ffe5Copy full SHA for d47ffe5
1 file changed
workflow/scripts/compile_variants.R
@@ -14,7 +14,7 @@ tables <- lapply(
14
snakemake@input,
15
function(path) {
16
read_tsv(path) %>%
17
- mutate(SAMPLE = sub('\\.tsv$', '', path))
+ mutate(SAMPLE = sub('\\.masked.filtered.tsv$', '', basename(path)))
18
}
19
)
20
0 commit comments