Skip to content

Commit

Permalink
change channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Feb 28, 2018
1 parent 60db583 commit 9983513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ if (params.aligner2 == "diamond"){
set val(name), file(best_fa) from best_match

output:
file("*.centrifuge.out") into nr_aligned
file("*.centrifuge.out") into nt_aligned

script:
centrifuge_out = name+".centrifuge.out"
Expand All @@ -721,7 +721,7 @@ if (params.aligner2 == "diamond"){
saveAs: {filename -> "./$filename"}

input:
file centrifuge_aligned from nr_aligned.toList()
file centrifuge_aligned from nt_aligned.toList()

output:
file("recentrifuge_result.html") into recentrifuge_result
Expand Down

0 comments on commit 9983513

Please sign in to comment.