Using files mounted on EFS as input files in AWS Batch #3302
Replies: 2 comments
-
Please reach Seqera support via https://support.seqera.io/ |
Beta Was this translation helpful? Give feedback.
-
I'm think I'm trying to do more or less the same thing. I have input data for my workflow that is already on a network storage appliance, hosted by AWS. We can mount the volume into our Batch EC2 instances. But when we run the workflow with Batch executor, Nextflow of course still thinks it has to stage the data from the mount (on the head node) to s3, and from s3 back to the Batch instance. Is there a way to get Nextflow to "realize" that certain local paths will exist on the Batch instance, and thus avoid the unnecessary network traffic? I see Hi @jameswagner did you ever figure this out? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'd like to use files that are on an EFS mount as input files but when these are passed in, I get a file not found error. It seems these are looking for files on the workflow container, and the aws.batch.volumes configuration option puts the mount in the process container.
I thought this was maybe a problem solved with xpack-amzn plugin, but after adding an evaluation license key this continues to persist. Is this something that is not supported even with the plugin?
Beta Was this translation helpful? Give feedback.
All reactions