Mount an S3 bucket to a local folder using Nextflow and AWS Batch #5632
Answered
by
laurentiush
laurentiush
asked this question in
Q&A
-
Hi, I am trying to use STAR in Nextflow using AWS Batch and STAR requires a path ( --genomeDir ) where the genome files are stored. My genome files are stored on an S3 bucket and when running directly from an EC2 instance, I can mount the S3 bucket using s3fs. However, it does not seem possible to use s3fs when running AWS Batch. Is there a way to 'mount' an S3 bucket to a 'local' mountpoint when using Nextflow with AWS Batch? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
laurentiush
Jan 7, 2025
Replies: 1 comment
-
I found the solution by using a launch template and Mountpoint for S3. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
laurentiush
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the solution by using a launch template and Mountpoint for S3.