Skip to content

Commit

Permalink
fix multi-downloads from panorama when not using AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Aug 20, 2024
1 parent 64aaced commit 33c927b
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 @@ -90,7 +90,7 @@ workflow {
BUILD_AWS_SECRETS(GET_AWS_USER_ID.out)
aws_secret_id = BUILD_AWS_SECRETS.out.aws_secret_id
} else {
aws_secret_id = Channel.from('none')
aws_secret_id = Channel.of('none').collect()
}

// only perform msconvert and terminate
Expand Down

0 comments on commit 33c927b

Please sign in to comment.