You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"[nf-core/funcscan] BGC workflow: No hits found by BGC tools; comBGC summary tool will not be run for sample: ${meta.id}"
158
-
}
159
-
.collect()
160
160
161
161
ch_bgcresults_for_combgc
162
-
.ifEmpty { log.warn(ch_bgc_warning.val[0]) }
162
+
.join(fastas, remainder: true)
163
+
.filter {
164
+
meta, bgcfile, fasta ->
165
+
if ( !bgcfile ) { log.warn("[nf-core/funcscan] BGC workflow: No hits found by BGC tools; comBGC summary tool will not be run for sample: ${meta.id}") }
0 commit comments