diff --git a/README.md b/README.md index 4249614..9755e1a 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,13 @@ tes.apiKey = '' tes.oauthToken = '' ``` -:::{tip} You can deploy a local [Funnel](https://ohsu-comp-bio.github.io/funnel/) server using the following command: ```bash ./funnel server --Server.HTTPPort 8000 --LocalStorage.AllowedDirs $HOME run ``` -::: -:::{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. -::: ## Plugin structure