-
Notifications
You must be signed in to change notification settings - Fork 5
Docker #32
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
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
4 tasks
- Add inputs to rule all for copying freesurfer and zona tsv files to appropriate location
- Adds in rule for labelmerge (needs updating with container and proper command) - Update resources with correct names and paths - Add tsv to rule all for copying from resource to bids folders for labelmerge - Simplify rule all
ca81160 to
5d097f1
Compare
Closed
3 tasks
9 tasks
Collaborator
Author
|
Fixing some workflow bugs that I am going to include in this PR now that I have a working container to push what in theory should be a fully functional containerized workflow. Will mark ready to review once bugs are fixed. |
Collaborator
Author
|
This workflow was able to run successfully twice now. I am running it one more time to be sure, but should be good for a review |
- instead of running over each participant in the dbsc rule, expand over all inputs and outputs (labelmerge will run once for all subjects)
- Flag to indicate use of SLURM_TMPDIR, else use /tmp - SLURM_TMPDIR is passed via os.environ.get
- uses Path.parent to avoid creating a nested subject directory within desired output directory
tkkuehn
approved these changes
Jan 10, 2023
Contributor
|
Just going to wait for #35 before merging this. |
- if include_subject_dir=True, subject appears twice in the dir path
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.
Proposed changes
This PR resolves #23. Adds a container build with required dependencies (based on the
labelmergebranch).For v0.2.x, should also look into running directly from the container. Would likely need something similar to how
hippunfoldhandles running the workflow from within a container.Types of changes
What types of changes does your code introduce? Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!poe qualitytaskNotes
All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.