We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0383de6 commit 07ae87fCopy full SHA for 07ae87f
workflows/differentialabundance.nf
@@ -191,7 +191,7 @@ workflow DIFFERENTIALABUNDANCE {
191
if (contrast.containsKey('formula')) {
192
tuple('id': contrast.id)
193
}
194
- else if (contrast.containsKey('comparison')) {
+ else if (contrast.containsKey('comparison')) { // Necessary line for Maxquant to work. Check if it can be simplified to use contrast.id
195
tuple('id': contrast.comparison[0])
196
197
0 commit comments