proteins = Channel.fromPath( '/some/path/*.fa' ) process blastThemAll { input: path 'query.fa' from proteins "blastp -query query.fa -db nr" }