Skip to content

Commit 253f620

Browse files
committed
Do no create file first and then append as now set -c is set by template
1 parent ef67c3f commit 253f620

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/local/igv.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ process IGV {
3434
# Avoid error when consensus not produced
3535
find * -type l -name "*.bed" -exec echo -e ""{}"\\t0,0,178" \\; | { grep "^$consensus_dir" || test \$? = 1; } > consensus.igv.txt
3636
37-
touch replace_paths.txt
3837
if [ -d "mappings" ]; then
3938
cat mappings/* > replace_paths.txt
4039
fi

0 commit comments

Comments
 (0)