Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for non-local file storage with GA4GH TES driver #2

Open
kellrott opened this issue Jul 17, 2022 · 7 comments
Open

Support for non-local file storage with GA4GH TES driver #2

kellrott opened this issue Jul 17, 2022 · 7 comments

Comments

@kellrott
Copy link

New feature

Currently, the GA4GH TES driver only support shared-file systems. Other distributed compute APIs, like the AWS batch driver, are able to manage object storage based non-shared file systems. The request is to bring the GA4GH TES driver up to speed with other Nextflow drivers.

Usage scenario

Using the GA4GH TES execution driver in a system where shared file system is not avalible.

Suggest implementation

Start with file copy pattern seen in:
https://github.com/nextflow-io/nextflow/blob/master/plugins/nf-amazon/src/main/nextflow/cloud/aws/batch/AwsBatchFileCopyStrategy.groovy
or
https://github.com/nextflow-io/nextflow/blob/master/plugins/nf-azure/src/main/nextflow/cloud/azure/file/AzBashLib.groovy
or
https://github.com/nextflow-io/nextflow/blob/master/plugins/nf-google/src/main/nextflow/cloud/google/lifesciences/GoogleLifeSciencesFileCopyStrategy.groovy

But because TES is able to manage different types of non-local storage systems, this should be configurable.

@stale
Copy link

stale bot commented Dec 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot closed this as completed Mar 25, 2023
@vsmalladi
Copy link

@pditommaso can we reopen this?

@pditommaso pditommaso reopened this Mar 26, 2023
@pditommaso
Copy link
Member

Sure

@stale
Copy link

stale bot commented Sep 17, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@bentsherman
Copy link
Member

@vsmalladi is testing this PR nextflow-io/nextflow#4195 with TES Azure, so if it works then it should fix this issue.

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@vsmalladi
Copy link

Taking a look for azure.

@bentsherman bentsherman transferred this issue from nextflow-io/nextflow Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants