mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #69 from sven1103/master
Refactors weblog url for cfc and binac
This commit is contained in:
commit
45e331f362
2 changed files with 6 additions and 1 deletions
|
@ -21,3 +21,8 @@ params {
|
|||
max_cpus = 28
|
||||
max_time = 48.h
|
||||
}
|
||||
|
||||
weblog{
|
||||
enabled = true
|
||||
url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ process {
|
|||
|
||||
weblog{
|
||||
enabled = true
|
||||
url = 'http://services.qbic.uni-tuebingen.de:8080/workflowservice/workflows'
|
||||
url = 'http://services.qbic.uni-tuebingen.de:8080/flowstore/workflows'
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue