Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Feb 20, 2024
1 parent db5f2ec commit 9d1246a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion dendro_apps/dandi-vis-1/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,20 @@
}
],
"outputFolders": [],
"parameters": [],
"parameters": [
{
"name": "n_jobs",
"description": "Number of jobs to use for writing .dat file",
"type": "int",
"default": 4
},
{
"name": "chunk_duration",
"description": "Chunk duration for writing .dat file",
"type": "str",
"default": "1s"
}
],
"attributes": [
{
"name": "wip",
Expand Down

0 comments on commit 9d1246a

Please sign in to comment.