1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #69 from sven1103/master

Refactors weblog url for cfc and binac
This commit is contained in:
Alexander Peltzer 2019-10-08 15:15:50 +02:00 committed by GitHub
commit 45e331f362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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'
}

View file

@ -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 {