浏览代码

minor edits in docs

Lennart Wittkuhn 3 年之前
父节点
当前提交
6578b15b9b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      code/docs/highspeed-bids-docs.Rmd

+ 2 - 1
code/docs/highspeed-bids-docs.Rmd

@@ -193,7 +193,8 @@ To detect the provencance of the run command in our DataLad dataset, we run:
 
 ```bash
 datalad run -m "create IntendedFor fields in fieldmap .json files" \
---input "./*/*/*/*.nii.gz" --output "./*/*/fmap/*.json" \ "python3 code/code/bids_conversion/highspeed_bids_fieldmaps.py"
+--input "./*/*/*/*.nii.gz" --output "./*/*/fmap/*.json" \
+"python3 code/code/bids_conversion/highspeed_bids_fieldmaps.py"
 ```
 
 ```{python, echo=TRUE, code=readLines(file.path(path_root, "code", "bids_conversion", "highspeed-bids-fieldmaps.py")), eval=FALSE, python.reticulate=FALSE}