Skip to content

Commit

Permalink
Adds tag to display s3 file
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpu authored Jan 19, 2021
1 parent fcb01c6 commit a2867de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ processAS3InputFiles = Channel.fromPath("${params.s3Location}/*${params.fileSuff

process processA {
publishDir "${params.output}/${task.hash}", mode: 'copy'
tag "$s3_file"

input:
val x from processAInput
Expand Down

0 comments on commit a2867de

Please sign in to comment.