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.
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
Feat append arglist to srun #8
Feat append arglist to srun #8
Changes from all commits
8759e42
db0fb46
7180467
f94ed6c
3c90cea
1e4fe1c
a84255a
c626f43
9a0acc0
cfd1580
689c74f
1f7858c
26d5f2f
cbd8d02
e0930ff
6b625c4
8c0cde3
7574530
156a87f
a18de78
caca52f
9eb3548
0a48161
9589eab
2f6b262
e8dbccd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
commit the values that we have good defaults for
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 don't see this file in Oscar. That location has a txt but it's not the bidsmap format. Also I don't think we are using a bidsmap file for demodat
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.
Here, bidsmap-file is just dummy data, testing that bidsmap filepaths are being correctly adding to bindings. In test_xnat2bids.py, I'm only asserting that the filepath has been added to bindings after making a call to
compileArgumentList
.This file was deleted.
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.
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.
In PR #11, I'm not specifying an
output
parameter inslurm-args
, so that I can add the session # to the logging statements.But I like the idea of using %u, and letting slurm define user here. Should logs go to
scratch/user/logs
vs./users/user/logs
?