Skip to content

Commit 2db9232

Browse files
committed
fix input channels for star_align_igenomes
1 parent 84a7bb3 commit 2db9232

File tree

1 file changed

+2
-2
lines changed
  • modules/local/star_align_igenomes

1 file changed

+2
-2
lines changed

modules/local/star_align_igenomes/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ process STAR_ALIGN_IGENOMES {
99

1010
input:
1111
tuple val(meta), path(reads)
12-
path index
13-
path gtf
12+
tuple val(meta2), path(index)
13+
tuple val(meta3), path(gtf)
1414
val star_ignore_sjdbgtf
1515
val seq_platform
1616
val seq_center

0 commit comments

Comments
 (0)