diff --git a/nextflow/pipelines/cipa/bepridil.json b/nextflow/pipelines/cipa/bepridil.json index 2aa55bc..8e191d4 100644 --- a/nextflow/pipelines/cipa/bepridil.json +++ b/nextflow/pipelines/cipa/bepridil.json @@ -5,5 +5,5 @@ "endSampleNumber": 2, "population": 80, "accuracy": 0.001, - "cpusPerSample": 32 + "cpusPerSample": 16 } \ No newline at end of file diff --git a/nextflow/pipelines/cipa/chlorpromazine.json b/nextflow/pipelines/cipa/chlorpromazine.json index 2149b50..d01d911 100644 --- a/nextflow/pipelines/cipa/chlorpromazine.json +++ b/nextflow/pipelines/cipa/chlorpromazine.json @@ -5,5 +5,5 @@ "endSampleNumber": 2, "population": 80, "accuracy": 0.001, - "cpusPerSample": 20 + "cpusPerSample": 16 } \ No newline at end of file diff --git a/test/api.http b/test/api.http index 278668e..c1fe4ee 100644 --- a/test/api.http +++ b/test/api.http @@ -8,11 +8,18 @@ GET https://{{az_funcName}}.azurewebsites.net/api/nxfutil HTTP/1.1 ### -GET https://{{az_funcName}}.azurewebsites.net/api/nxfutil_status HTTP/1.1 +POST https://{{az_funcName}}.azurewebsites.net/api/nxfutil/status HTTP/1.1 +content-type: application/json + +{ + "summary": true, + "message_count": 32, + "dequeue": false +} ### bepridil -POST https://{{az_funcName}}.azurewebsites.net/api/nxfutil HTTP/1.1 +POST https://{{az_funcName}}.azurewebsites.net/api/nxfutil/dispatch HTTP/1.1 content-type: application/json { @@ -24,7 +31,7 @@ content-type: application/json ### chlorpromazine -POST https://{{az_funcName}}.azurewebsites.net/api/nxfutil HTTP/1.1 +POST https://{{az_funcName}}.azurewebsites.net/api/nxfutil/dispatch HTTP/1.1 content-type: application/json {