forked from FCP-INDI/C-PAC
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge bids2table
integration for BIDS ingress and RPool creation from main C-PAC repo
#1
New issue
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
Open
sgiavasis
wants to merge
321
commits into
sgiavasis:develop
Choose a base branch
from
FCP-INDI:bids_ingress
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open
8 tasks
shnizzedy
reviewed
Aug 23, 2024
Comment on lines
1431
to
1433
# making the rpool a list so that the duplicates are appended rather than overwritten | ||
self.rpool.setdefault(resource.suffix, []) | ||
self.rpool[resource.suffix].append(resource) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this branch isn't done yet, but I don't understand the design of this change. We want duplicates? We're changing the API how we access resources from the pool?
20 tasks
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.3 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.3...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Co-authored-by: Jon Clucas <[email protected]>
Fix/restore brain intensity abcd
Freesurfer ingress reorient
…tputs.tsv` in v1.8.1)." to CHANGELOG
Co-authored-by: Biraj Shrestha <[email protected]>
Fix chipped desc-restoreBrain_T1w from freesurfer_abcd_preproc
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…unction does not match the outputs list ['desc-preproc_bold', 'desc-stc_bold', 'bold'] in Node Block "apply_blip_to_timeseries_separately"` (#2226)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bids_ingress
branch from the main C-PAC repository into this fork.bids2table
to generate a table of BIDS input data.ResourcePool
.