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 253f620 commit 806ba77Copy full SHA for 806ba77
modules/local/igv.nf
@@ -36,6 +36,8 @@ process IGV {
36
37
if [ -d "mappings" ]; then
38
cat mappings/* > replace_paths.txt
39
+ else
40
+ touch replace_paths.txt
41
fi
42
43
cat *.igv.txt > igv_files_orig.txt
0 commit comments