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