Skip to content

Commit 94d8082

Browse files
committed
Fix Neurostars link in the README.
1 parent 9453398 commit 94d8082

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Documentation pertaining to this latest release can be found here: https://fcp-i
4040
Discussion Forum
4141
---------------
4242

43-
If you are stuck and need help or have any other questions or comments about C-PAC, there is a C-PAC discussion forum here: ttps://neurostars.org/tag/cpac
43+
If you are stuck and need help or have any other questions or comments about C-PAC, there is a C-PAC discussion forum here: https://neurostars.org/tag/cpac
4444

4545
Issue Tracker and Bugs
4646
----------------------

0 commit comments

Comments
 (0)