Skip to content

Commit

Permalink
Add note about direct storage access
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Sep 9, 2023
1 parent 37be669 commit c46fa3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/executor.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ You can deploy a local [Funnel](https://ohsu-comp-bio.github.io/funnel/) server
```
:::

:::{note}
While the TES API is designed to abstract workflow managers from direct storage access, Nextflow still needs to access the shared work directory used by your TES endpoint. For example, if your TES endpoint is located in Azure and uses Azure Blob storage to store the work directory, you still need to provide the necessary Azure credentials for Nextflow to access the Blob storage.
:::

(google-batch-executor)=

## Google Cloud Batch
Expand Down

0 comments on commit c46fa3a

Please sign in to comment.