Skip to content

Commit

Permalink
Fix plugins not allowed at this level.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Sep 23, 2024
1 parent e2d8ad0 commit 759a565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions conf/tes.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//Nextflow config file for running on TES Backend
plugins {
id "nf-ga4gh"
}

process {
executor = "tes"
}
Expand Down
1 change: 1 addition & 0 deletions docs/tes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

To be used with the `tes` profile by specifying the `-profile tes` when running nf-core pipelines.
Custom endpoints and authentication need to be supplied with `params.endpoint`, `params.basicUsername`, `params.basicPassword`.
Additionally you will need to add the `-plugin nf-ga4gh` at command line to import the correct plugin.

## Required Parameters

Expand Down

0 comments on commit 759a565

Please sign in to comment.