nf-test with the google-batch
executor
#282
-
I'm using nf-test 0.9.2, and I'm trying to execute a pipeline test with Google Batch as the executor. My nf-test.config contains the following directive:
and the referenced config file specifies the 'google-batch' executor:
When I attempt to run my test, nf-test doesn't use the google bucket as a work directory. Instead, it creates a local directory called "gs:", and then throws the following error after trying to run:
Is this a use case that is known to work, and I'm just messing up the settings somehow? Or has no one else attempted to run nf-test with a google-batch executor yet? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for reporting this. Cloud executors are not yet supported at the moment, but we are working to implement them in the next release. |
Beta Was this translation helpful? Give feedback.
Thank you for reporting this. Cloud executors are not yet supported at the moment, but we are working to implement them in the next release.