Skip to content

Commit 07ae87f

Browse files
committed
chore: explain contrast keys
1 parent 0383de6 commit 07ae87f

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
@@ -191,7 +191,7 @@ workflow DIFFERENTIALABUNDANCE {
191191
if (contrast.containsKey('formula')) {
192192
tuple('id': contrast.id)
193193
}
194-
else if (contrast.containsKey('comparison')) {
194+
else if (contrast.containsKey('comparison')) { // Necessary line for Maxquant to work. Check if it can be simplified to use contrast.id
195195
tuple('id': contrast.comparison[0])
196196
}
197197
}

0 commit comments

Comments
 (0)