-
Notifications
You must be signed in to change notification settings - Fork 272
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
Batch queue rework #239
Batch queue rework #239
Conversation
…nt Example Script Format *Only one mode of IcaFixProcessingBatch.sh active (MR fix default, SR fix commented out) *Remove duplicate Shebang
…ainingData to prevent errors
Added comments about HighPass for MR Fix data
Added note about RegName
Added note about space delimiting for fMRINames/ConcatName.
Added note on space delimiting for fMRINames/ConcatNames.
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 commented on a couple things that caught my eye.
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 think we should probably make a record keeping folder and move the 3T size checking and 7T examples there. I think they could be potentially confusing as it stands now. We should go ahead and get a release out with these changes and then work on getting legacy mode for sICA+FIX and the transmit field correction pipeline into the next release.
Is "historical" a good name for the record-keeping folder? |
Please check the |
This updates the
QUEUE
variable in all applicable example batch scripts to contain only the queue name without the-q
flag (adding logic later on to do this for you), and an emptyQUEUE
or specifying the--runlocal
option now both cause capturing of stdout/stderr to log files (via fsl_sub without-q
).It also obsoletes
PRINTCOM
in most launch scripts, as it was inconsistent and incomplete (the exception is Diffusion, where it was close to complete, and I added it to the few lines that were missing it), and adds some quoting.This branch was tested by Jenn, who also added some documentation updates.