We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9080e4a commit 4190b3cCopy full SHA for 4190b3c
src/Snakefiles/6-layoutContigs.sm
@@ -89,7 +89,7 @@ cat {params.aligns} ../{input.paths} \\\\
89
> ../{output.hifialns}
90
91
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
+{PYTHON} {VERKKO}/scripts/replace_path_nodes.py ../{input.ontalns} ../{output.nodemap} |grep -F -v -w -f ../6-layoutContigs/ont-gapfill.txt > ../{output.ontalns} || true
93
94
cat ../{input.graph} \\\\
95
| awk 'BEGIN \\\\
0 commit comments