Skip to content

Commit 9f4e17a

Browse files
committed
Correct linting
1 parent b9698dc commit 9f4e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ process {
110110
}
111111

112112
withName: 'GAWK_REFORMAT_INTERSECT' {
113-
ext.args2 = { "' gsub(/\./, \"0\"); printf \"%s\t%.0f\n\", \$0, abs(\$3 - \$2) '" }
113+
ext.args2 = { "' gsub(/\\./, \"0\"); printf \"%s\t%.0f\n\", \$0, abs(\$3 - \$2) '" }
114114
ext.prefix = { "${meta.id}_repeat_mk" }
115115
ext.suffix = 'bed'
116116
}

0 commit comments

Comments
 (0)