-
Notifications
You must be signed in to change notification settings - Fork 5
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
output file: extension #4
Comments
I'll have a look, this is probabely related to this part of the code: waves-core/waves/wcore/models/jobs.py Line 955 in d79e779
waves-core/waves/wcore/models/jobs.py Line 997 in d79e779
more specifically there waves-core/waves/wcore/models/jobs.py Line 1058 in d79e779
Expected output are created here: waves-core/waves/wcore/models/jobs.py Line 538 in d79e779
|
in the same way, if output "File name" is inserted without extension : "output" instead of "output.txt". The jobs details page (/waves/jobs/xxxxx) always give an output file 'Not available for now' because WAVES search for a file "output." instead of just "output" |
I finally figured it out. Extension is not used to compute expected output file full name. Only output value is used. In fact this was made on purpose because extension is only supposed to help adding correct headers when downloading submission output. |
Should be fixed: https://github.com/lirmm/waves-core/tree/bugfix/files_inputs. |
@vincent-lefort can you confirm this has been fixed in v1.6.7? |
When configuring a service with an output file, the 'extension' field behaviour is weird. If defined with 'name' and 'extension' fields, a remote output file is correctly retreived by WAVES, but is nammed on the local file system without the extension. Thus, we recommend not to use the 'extension' field.
The text was updated successfully, but these errors were encountered: