Skip to content

Commit

Permalink
Merge pull request #11 from jagedn/master
Browse files Browse the repository at this point in the history
register Nomad Executor
  • Loading branch information
abhi18av authored Feb 7, 2024
2 parents 15fd99d + 3d5e65d commit 70703f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
plugins {
id 'nf-nomad@0.1.0'
}

nomad {
job {
dummy = "TODO"
}
client {
basePath = ""
apiKey = ""
namespace = ""
region = ""
authName = ""
}
}
process.executor ='nomad'

docker {
enabled = true
}
2 changes: 1 addition & 1 deletion plugins/nf-nomad/src/resources/META-INF/extensions.idx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nextflow.nomad.NomadPlugin

nextflow.nomad.executor.NomadExecutor

0 comments on commit 70703f7

Please sign in to comment.