HCPPipelines
HCPPipelines copied to clipboard
HCP Pipelines Improvements (ICAFIX, PostFix, RestingStateStats, TaskfMRIAnalysis, londitudinal/cross-sectional logic)
This pull request extends the existing bids apps HCP Pipeline by adding on ICAFIX, PostFix, and RestingStateStats.
The TaskfMRIAnalysis portion has been started but has yet to be completed.
Logic was added in order to account for a bids format that meets either a standard cross sectional format such as: sub-01 anat func And also a longitudinal format: sub-01 ses-01 anat func ses-02 anat func
Thanks for sending the PR!
Could you remove the .idea folder?
Also could you remove the TaskfMRIAnalysis folder since this work is not finished and those scripts are already part of HCP Pipelines installed in the docker container?
I can certainly remove the .idea and TaskfMRIAnalysis folders. Is there a way that can be done without deleting it on my fork and resending the pull request (sorry this is my first pull request!)?
You just need to delete it on the branch from this PR and puszh it to GitHub. The PR will update automatically.
I'll also correct merge conflicts within Dockerfile
Yes I am learning my lesson that PRs should be small. I will definitely create small PRs in the future.