Skip to content

Commit

Permalink
uniq channel names
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Feb 27, 2020
1 parent 1930b37 commit 8a0cc47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if(params.ncbimeta_create){

output:
file "${params.ncbimeta_output_dir}/database/${params.ncbimeta_sqlite_db}" into ch_ncbimeta_sqlite_create
file ncbimeta_yaml
file ncbimeta_yaml as ch_ncbimeta_yaml_create
file "${params.ncbimeta_output_dir}/log/*.log"

when:
Expand Down Expand Up @@ -201,8 +201,8 @@ if(params.ncbimeta_update){

output:
file "${params.ncbimeta_output_dir}/database/${params.ncbimeta_sqlite_db}" into ch_ncbimeta_sqlite_update
file ncbimeta_annot
file ncbimeta_yaml
file ncbimeta_annot as ch_ncbimeta_annot_update
file ncbimeta_yaml as ch_ncbimeta_annot_yaml
file "${params.ncbimeta_output_dir}/log/*.log"

when:
Expand Down

0 comments on commit 8a0cc47

Please sign in to comment.