We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: For Nextflow TES add in this repo for regression testing
https://github.com/seqeralabs/nf-canary
The text was updated successfully, but these errors were encountered:
To run Nextflow we will need the following requirements:
TES Task: CPU: 2 Mem: 32 GB Docker Nextflow: nextflow/nextflow:24.04.4 Command: nextflow run main.nf -w 'az://work'
Nextflow Config
plugins { id 'nf-ga4gh' } process { executor = 'tes' } azure { storage { accountName = accountKey = } } tes.endpoint= tes.basicUsername = tes.basicPassword = process { container = "docker.io/library/ubuntu:latest" }
Sorry, something went wrong.
vsmalladi
BMurri
Successfully merging a pull request may close this issue.
Problem:
For Nextflow TES add in this repo for regression testing
https://github.com/seqeralabs/nf-canary
The text was updated successfully, but these errors were encountered: