問題タブ [nextflow]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nextflow - グループ化された複数の出力ファイルを nextflow でマージする方法
複数のファイルをタプルとして出力するプロセスがあります。このような:
どうすれば と を入手できますchr1.merged.bgen
かchr1.merged.stat
。cat
これらすべてのチャンクをマージするために使用したいと思います。
私は試した:
しかし、「Input tuple does not match input set cardinality decalred
また、:
同じエラー。私も使用しようとしましたがmy_output.collect()
、my_output.toList()
同じエラーが発生しました。何か助けはありますか?