Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions notebooks/boutiques-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,10 @@
" - `image`\n",
" - `index`\n",
"\n",
"The complete list of properties and their description is available [here](https://github.com/boutiques/boutiques/tree/master/schema).\n",
"In the case of BET, we will of course populate the required elements, but will also include `groups` and `tags`."
"The complete list of properties and their description is available [here](https://github.com/boutiques/boutiques/tree/master/boutiques/schema).\n",
"In the case of BET, we will of course populate the required elements, but will also include `groups` and `tags`.\n",
"\n",
"More boutiques examples including a walk-through can be found [here](https://github.com/boutiques/boutiques/tree/master/boutiques/schema/examples)."
]
},
{
Expand Down Expand Up @@ -908,7 +910,7 @@
"source": [
"#### Step 3.4: Extending the tool descriptor (optional) \n",
"\n",
"Now that the basic implementation of this tool has been done, you can check out the [schema](https://github.com/boutiques/boutiques/tree/master/schema) to explore deeper functionality of Boutiques. For instance, you can specify `suggested-resources` to help platforms run your tool on HPC clusters or clouds."
"Now that the basic implementation of this tool has been done, you can check out the [schema](https://github.com/boutiques/boutiques/tree/master/boutiques/schema) to explore deeper functionality of Boutiques. For instance, you can specify `suggested-resources` to help platforms run your tool on HPC clusters or clouds."
]
},
{
Expand Down