Skip to content

Commit

Permalink
Update dwi_functions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
wulms committed Mar 2, 2021
1 parent 09db0db commit 5e566cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwi_processing/dwi_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dwi_eddy <- function(input_dwi, input_bet, input_index, input_acqparams,
cl <- initialize_parallel(not_use = cores_not_to_use)
foreach(j = 1:length(input_dwi)) %dopar% {

path_to_folder(input_dwi[j])
path_to_folder(output[j])
cat("\014")

if(!file.exists(output[j])) {
Expand Down

0 comments on commit 5e566cd

Please sign in to comment.