diff --git a/workflows/scrnaseq.nf b/workflows/scrnaseq.nf index 0481b988..8fa3c317 100644 --- a/workflows/scrnaseq.nf +++ b/workflows/scrnaseq.nf @@ -87,7 +87,7 @@ workflow SCRNASEQ { //star params star_index = star_index ? file(star_index, checkIfExists: true) : null - ch_star_index = star_index ? Channel.of( [[id: star_index.baseName], star_index] ) : [] + ch_star_index = star_index ? Channel.value( [[id: star_index.baseName], star_index] ) : [] star_feature = params.star_feature //cellranger params