We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpac_group_runner
Not for this PR, but C-PAC/CPAC/pipeline/cpac_group_runner.py Lines 178 to 191 in 25ea215 # remove any extra /'s pipeline_output_folder = pipeline_output_folder.rstrip("/") logger.info( "\n\nGathering the output file paths from %s...", pipeline_output_folder ) # this is just to keep the fsl feat config file derivative_list entries # nice and lean dirs_to_grab = [] for derivative_name in derivative_list: for resource_name in resource_list: if resource_name in derivative_name: dirs_to_grab.append(derivative_name) and C-PAC/CPAC/pipeline/cpac_group_runner.py Lines 394 to 407 in 25ea215 # remove any extra /'s pipeline_output_folder = pipeline_output_folder.rstrip("/") logger.info( "\n\nGathering the output file paths from %s...", pipeline_output_folder ) # this is just to keep the fsl feat config file derivatives entries # nice and lean search_dirs = [] for derivative_name in derivatives: for resource_name in resource_list: if resource_name in derivative_name: search_dirs.append(derivative_name) could be DRY'd into a single function
Not for this PR, but
C-PAC/CPAC/pipeline/cpac_group_runner.py
Lines 178 to 191 in 25ea215
Lines 394 to 407 in 25ea215
Originally posted by @shnizzedy in #2062 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @shnizzedy in #2062 (comment)
The text was updated successfully, but these errors were encountered: