Skip to content

Commit 6a110e0

Browse files
committed
new mriqc yaml
1 parent 4d746de commit 6a110e0

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is an example config yaml file for:
22
# BIDS App: MRIQC ("mriqc")
3-
# BIDS App version: 24-0-2
3+
# BIDS App version: 24-0-0rc0
44
# Task: regular use
55
# Which system: SGE or Slurm
66

@@ -29,7 +29,7 @@ singularity_args:
2929
# As MRIQC will use BIDS output layout, we need to ask BABS to create a folder 'mriqc' to wrap all derivatives:
3030
all_results_in_one_zip: true
3131
zip_foldernames:
32-
mriqc: "24-0-2" # folder 'mriqc' will be zipped into 'sub-xx_(ses-yy_)mriqc-24-0-2.zip'
32+
mriqc: "24-0-0rc0" # folder 'mriqc' will be zipped into 'sub-xx_(ses-yy_)mriqc-24-0-0rc0.zip'
3333

3434
# How much cluster resources it needs:
3535
cluster_resources:

docs/data-narrative.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Timing files still need to be created for FACES.
3434

3535
# 04: CuBIDS
3636

37+
CuBIDS was installed in the micromamba environment `cubids` from source code.
38+
VERSION: v1.2.1.dev5+g0be1b9a26
39+
3740
The git hashes referenced in this section refer to the datalad commit hashes and can be retrieved by running `git log --oneline` in the datalad dataset.
3841

3942
## Removing metadata fields
@@ -343,3 +346,19 @@ The last volume of the odd no. vol asl scans was removed and all aslcontext file
343346
`cubids group v5` was run to check groupings. Groupings look good!
344347

345348
`cubids validate v5` was run to check for validation errors. No errors were found!
349+
350+
# 05: BABS
351+
352+
`BABS` was installed in the micromamba environment `babs` from source code.
353+
VERSION: v0.5.3.dev4+geca256596
354+
355+
The general process for setting up BABS is described in the [BABS documentation](https://github.com/PennLINC/BABS).
356+
Here, I will describe the specifc workflow that was used for grmpy:
357+
358+
In the `/cbica/projects/grmpy/data/BABS/` directory, two directories were made: `apptainer` and `apptainer-datasets`.
359+
The `apptainer` directory was used to store the apptainer containers.
360+
The `apptainer-datasets` directory was used to store the datalad datasets for the apptainer containers.
361+
362+
To set up the apptainer containers, the [`make_container.sh`](https://github.com/PennLINC/grmpy_opendata/blob/main/curation/05_babs/make_container.sh) script was used, passing argmuments for the most recent stable version of each app that was on DockerHub at the time.
363+
364+
## MRIQC

0 commit comments

Comments
 (0)