Skip to content

Commit 444867b

Browse files
committed
refactor: rename REGION field to CHROM
1 parent 10aaa8e commit 444867b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/scripts/calculate_dnds.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variants <- read_delim(
1919
col_select = c(
2020
"SAMPLE",
2121
"VARIANT_NAME",
22-
"REGION",
22+
"CHROM",
2323
"ALT_FREQ",
2424
"SYNONYMOUS",
2525
"POS"

0 commit comments

Comments
 (0)