Skip to content

Commit

Permalink
Merge pull request #28 from josephmje/gh-pages
Browse files Browse the repository at this point in the history
FIX: Fix BIDS derivatives
  • Loading branch information
josephmje committed Sep 2, 2021
2 parents 297fea4 + 374cd3e commit 48d6579
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions code/05-bids-derivatives.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "1316c203",
"id": "115292ab",
"metadata": {},
"source": [
"## BIDS Apps\n",
Expand All @@ -23,24 +23,12 @@
"- <b>Singularity</b>\n",
" - for running containers on high performance compute clusters\n",
" \n",
"<img src=\"../fig/bids_app.png\" alt=\"Drawing\" align=\"middle\" width=\"500px\"/>"
]
},
{
"cell_type": "markdown",
"id": "026bb764",
"metadata": {},
"source": [
"<img src=\"../fig/bids_app.png\" alt=\"Drawing\" align=\"middle\" width=\"500px\"/>\n",
"\n",
"Building a singularity container is as easy as:\n",
" \n",
" `singularity build mriqc-0.16.1.simg docker://poldracklab/mriqc:0.16.1`"
]
},
{
"cell_type": "markdown",
"id": "65420f23",
"metadata": {},
"source": [
" `singularity build mriqc-0.16.1.simg docker://poldracklab/mriqc:0.16.1`\n",
" \n",
"To run the container:\n",
"\n",
"```\n",
Expand All @@ -50,11 +38,6 @@
" /data /data/derivatives participant\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e2234bf1",
}
],
"metadata": {
Expand Down

0 comments on commit 48d6579

Please sign in to comment.