-
Notifications
You must be signed in to change notification settings - Fork 59
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
Provide paths to ShellTask output files #585
Conversation
…collected by ShellOutSpec.collect_additional_outputs
Codecov ReportBase: 77.13% // Head: 77.01% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #585 +/- ##
==========================================
- Coverage 77.13% 77.01% -0.13%
==========================================
Files 20 19 -1
Lines 4330 4315 -15
Branches 1217 1217
==========================================
- Hits 3340 3323 -17
- Misses 802 803 +1
- Partials 188 189 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
(continue your example from brainhack) so |
Yes, this is the case when the out_file path isn't explicitly provided. But if you explicitly provide a path to out_file (required for mrconvert, which uses the output extension to determine the desired format) then the collected path and the one used in the cmdline will differ and
Thanks, you could get it to work using a callable, but it seems to me that this shouldn't be necessary.
No worries, thanks for the input. |
thanks! It is definitely needed option in case someone wants to provide the name directly! |
Types of changes
Summary
Fixes passing of explicit output paths to shell "output" input fields that define "output_file_template", which otherwise are used in the
cmdline
string but not when collecting the outputsChecklist