Skip to content

Commit 4190b3c

Browse files
committed
speed up grep
1 parent 9080e4a commit 4190b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Snakefiles/6-layoutContigs.sm

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cat {params.aligns} ../{input.paths} \\\\
8989
> ../{output.hifialns}
9090

9191
cat ../{input.ontgaps} |cut -f 1 > ../6-layoutContigs/ont-gapfill.txt
92-
{PYTHON} {VERKKO}/scripts/replace_path_nodes.py ../{input.ontalns} ../{output.nodemap} |grep -v -w -f ../6-layoutContigs/ont-gapfill.txt > ../{output.ontalns} || true
92+
{PYTHON} {VERKKO}/scripts/replace_path_nodes.py ../{input.ontalns} ../{output.nodemap} |grep -F -v -w -f ../6-layoutContigs/ont-gapfill.txt > ../{output.ontalns} || true
9393

9494
cat ../{input.graph} \\\\
9595
| awk 'BEGIN \\\\

0 commit comments

Comments
 (0)