We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef67c3f commit 253f620Copy full SHA for 253f620
modules/local/igv.nf
@@ -34,7 +34,6 @@ process IGV {
34
# Avoid error when consensus not produced
35
find * -type l -name "*.bed" -exec echo -e ""{}"\\t0,0,178" \\; | { grep "^$consensus_dir" || test \$? = 1; } > consensus.igv.txt
36
37
- touch replace_paths.txt
38
if [ -d "mappings" ]; then
39
cat mappings/* > replace_paths.txt
40
fi
0 commit comments