childmindresearch / niwrap

https://childmindresearch.github.io/niwrap/
0 stars 8 forks source link

Fixes #99 #102

Closed shnizzedy closed 1 month ago

shnizzedy commented 2 months ago

https://github.com/childmindresearch/nopype/blob/f2ca4ce7ddd0f3f58dd0c3dc084fe4a782155607/descriptors/workbench/addToSpecFile.json#L19

If the spec file doesn't exist, it is created with default metadata.

only works with this descriptor if I run bosh exec launch with the --no-automount flag because the automount creates the path as a directory if it doesn't exist. I don't see a built-in way to address this in boutiques. Am I missing something, or should I add instructions to the descriptor to run with --no-automount if the file doesn't already exist?

nx10 commented 1 month ago

All workbench command descriptors are now auto-generated