We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb0ad2 commit a407f49Copy full SHA for a407f49
1 file changed
subworkflows/local/functional_annotation/main.nf
@@ -19,7 +19,7 @@ workflow FUNCTIONAL_ANNOTATION {
19
}
20
else {
21
ARIA2( [ [ id:'interproscan_db' ], interproscan_db_url ] )
22
- ch_versions = ch_versions.mix(ARIA2.out.versions)
+ ch_versions = ch_versions.mix(ARIA2.out.versions.first())
23
24
UNTAR( ARIA2.out.downloaded_file )
25
ch_interproscan_db = UNTAR.out.untar.map{ f -> f[1] }
0 commit comments