Skip to content

Commit 9586d71

Browse files
authored
Merge pull request #1764 from FCP-INDI/fix/pipeline-config-versions
🔖 Hotfix: Update version to 1.8.4
2 parents 12c4f74 + 94d8082 commit 9586d71

File tree

47 files changed

+46
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+46
-49
lines changed

CPAC/pipeline/engine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,9 +1949,6 @@ def initiate_rpool(wf, cfg, data_paths=None, part_id=None):
19491949
ingress_raw_func_data(wf, rpool, cfg, data_paths, unique_id,
19501950
part_id, ses_id)
19511951

1952-
# grab already-processed data from the output directory
1953-
rpool = ingress_output_dir(cfg, rpool, unique_id, creds_path)
1954-
19551952
# grab any file paths from the pipeline config YAML
19561953
rpool = ingress_pipeconfig_paths(cfg, rpool, unique_id, creds_path)
19571954

CPAC/resources/configs/data_config_S3-BIDS-ABIDE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Data Configuration File
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/data_config_S3-BIDS-ADHD200.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Data Configuration File
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/data_config_S3-BIDS-ADHD200_only2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Data Configuration File
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/data_config_S3-BIDS-NKI-RocklandSample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Data Configuration File
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/data_config_cpac_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Data Configuration File
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/data_settings_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Data Settings File
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/group_config_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CPAC Group-Level Analysis Configuration YAML file
2-
# Version 1.8.4.dev
2+
# Version 1.8.4
33
#
44
# http://fcp-indi.github.io for more info.
55
#

CPAC/resources/configs/pipeline_config_abcd-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%YAML 1.1
22
---
33
# CPAC Pipeline Configuration YAML file
4-
# Version 1.8.4.dev
4+
# Version 1.8.4
55
#
66
# http://fcp-indi.github.io for more info.
77
#

CPAC/resources/configs/pipeline_config_anat-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%YAML 1.1
22
---
33
# CPAC Pipeline Configuration YAML file
4-
# Version 1.8.4.dev
4+
# Version 1.8.4
55
#
66
# http://fcp-indi.github.io for more info.
77
#

0 commit comments

Comments
 (0)