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
14 changes: 9 additions & 5 deletions default_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# how many participants to run per workflow
num_subjects_per_bundle: 1
# name for this run
pipeline_name: QAP_bids_app_default

# how many processors you wish to use in the run
num_processors: 1
memory_allocated: 2

pipeline_name: QAP_bids_app_default
# how many participants to run per workflow
num_participants_at_once: 1

# the amount of memory (in GB) to allocate to each participant
memory_allocated_per_participant: 2

# which resource manager being used, if any
resource_manager: None
Expand All @@ -17,7 +21,7 @@ working_directory: /scratch

# path to skull template
# only required if you have anatomical scans
template_skull_for_anat: /qap_resources/qap_templates/MNI152_T1_2mm.nii.gz
template_head_for_anat: /qap_resources/qap_templates/MNI152_T1_2mm.nii.gz

# exclude zero-value voxels from the background of the anatomical scan
# this is meant for images that have been manually altered (ex. ears removed
Expand Down