Skip to content

Commit 806ba77

Browse files
committed
Fix igv module
1 parent 253f620 commit 806ba77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/local/igv.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ process IGV {
3636
3737
if [ -d "mappings" ]; then
3838
cat mappings/* > replace_paths.txt
39+
else
40+
touch replace_paths.txt
3941
fi
4042
4143
cat *.igv.txt > igv_files_orig.txt

0 commit comments

Comments
 (0)