Skip to content

Commit

Permalink
Prepare Nextflow for the CWS Plugin (#3727) [ci fast]
Browse files Browse the repository at this point in the history

Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
  • Loading branch information
Lehmann-Fabian committed Mar 13, 2023
1 parent d3ff5dc commit fd8bf70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class GroupKey implements CacheFunnel, Cloneable {

int getGroupSize() { size }

Object getGroupTarget() { target }

/**
* Delegate any method invocation to the target key object
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@ class K8sExecutor extends Executor {
*/
private K8sClient client

@PackageScope K8sClient getClient() {
protected K8sClient getClient() {
client
}

/**
* @return The `k8s` configuration scope in the nextflow configuration object
*/
@Memoized
@PackageScope
K8sConfig getK8sConfig() {
protected K8sConfig getK8sConfig() {
new K8sConfig( (Map<String,Object>)session.config.k8s )
}

Expand Down

0 comments on commit fd8bf70

Please sign in to comment.