Skip to content

Commit 4b8977f

Browse files
committed
style: fix linting
1 parent ed43a05 commit 4b8977f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/differentialabundance.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ workflow DIFFERENTIALABUNDANCE {
690690
differential_with_contrast = ch_shinyngs
691691
.join( ch_differential_results
692692
.filter { meta, contrast, results -> contrast.variable?.trim() }
693-
.groupTuple()
693+
.groupTuple()
694694
) // [meta, [meta with contrast], [differential results]]
695695
.join( ch_contrasts ) // [meta, [contrast], [variable], [reference], [target], [formula], [comparison]]
696696
.map { meta, meta_with_contrast, results, contrast, variable, reference, target, formula, comparison ->

0 commit comments

Comments
 (0)