Skip to content

Commit

Permalink
sync with develop for next release (#2)
Browse files Browse the repository at this point in the history
* add xls file to the output

* update the output collection type

* Update main.nf

* return only the file

* Update main.nf

* tuple to set

* able to move the xls file via pattern
  • Loading branch information
abhi18av authored Jul 19, 2020
1 parent 2c5b0ff commit eda6565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ process spotyping {
set genomeFileName, file(genomeReads) from ch_in_spotyping

output:
path """${genomeName}.txt""" into ch_out_spotyping
tuple file('*.txt'), file('SITVIT*.xls') into ch_out_spotyping

script:
genomeName= genomeFileName.toString().split("\\_")[0]
Expand Down

0 comments on commit eda6565

Please sign in to comment.