Skip to content

Commit

Permalink
Updated cpuCount
Browse files Browse the repository at this point in the history
  • Loading branch information
axgonz committed Feb 25, 2023
1 parent 6c5d993 commit 7de2fe5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nextflow/pipelines/cipa/bepridil.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"endSampleNumber": 2,
"population": 80,
"accuracy": 0.001,
"cpusPerSample": 32
"cpusPerSample": 16
}
2 changes: 1 addition & 1 deletion nextflow/pipelines/cipa/chlorpromazine.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"endSampleNumber": 2,
"population": 80,
"accuracy": 0.001,
"cpusPerSample": 20
"cpusPerSample": 16
}
13 changes: 10 additions & 3 deletions test/api.http
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

{
Expand Down

0 comments on commit 7de2fe5

Please sign in to comment.