Nextflow is attempting to copy S3 objects in place? #2639
-
Hi there, I have a pipeline that was developed and successfully tested locally which I'm now trying to run with the awsbatch executor. I followed all steps to the letter, including correct IAM permissions. When I run the pipeline, the first process fails with The process:
The error:
I know this error is occurring due to having
Any help or advice would be appreciated, thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This it's not how inputs are expected to be defined. The input name should be either an identified or a string value representing the name used to stage the file. The actual input value will be provided when invoking the process as an argument |
Beta Was this translation helpful? Give feedback.
This it's not how inputs are expected to be defined. The input name should be either an identified or a string value representing the name used to stage the file. The actual input value will be provided when invoking the process as an argument