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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It may be necessary to mount the gcsfuse at a different path to the default one (/mnt/disks/${bucketName}).
/mnt/disks/${bucketName}
You might want to, I dunno, you do you man.
Make this static value configurable via the google.batch config scope:
google.batch
nextflow/plugins/nf-google/src/main/nextflow/cloud/google/batch/GoogleBatchScriptLauncher.groovy
Line 45 in 6d3aa54
The text was updated successfully, but these errors were encountered:
This looks like it isn't possible with Google Batch API right now, waiting on confirmation from Google: #6058
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
New feature
It may be necessary to mount the gcsfuse at a different path to the default one (
/mnt/disks/${bucketName}
).Use case
You might want to, I dunno, you do you man.
Suggested implementation
Make this static value configurable via the
google.batch
config scope:nextflow/plugins/nf-google/src/main/nextflow/cloud/google/batch/GoogleBatchScriptLauncher.groovy
Line 45 in 6d3aa54
The text was updated successfully, but these errors were encountered: