-
Notifications
You must be signed in to change notification settings - Fork 0
Thermorawfileparser must not use hard links on AWS! #24
Comments
I've had a problem with the raw->mzML conversion on our server (Ubuntu 20.04) that may be related. The ThermoRawFileParser step failed with the following error message:
The raw files were stored on a separate mounted volume. |
Looking into this more, the process script for ThermoRawFileParser actually has code to try staging files in different ways: However, this never takes effect without the |
Yes, one can always overwrite stagein directives. Unfortunately TRFP had problems with symlinks in the past so we default to hardlinks except for AWS now. |
If TRFP proves to be reliable with symlinks we can also revert the change of defaults. |
I mostly have retry strategies enabled anyway. |
How can I do this on the command line? |
The current quantms version (after #28) doesn't fix my problem, because "thermorawfileparser/main.nf" still isn't configured to retry on failure. |
Yes. The default config https://github.com/nf-core/quantms/blob/dev/conf/base.config#L18 I would use a config file if you want to overwrite the settings of a process: |
Great, thanks Julianus! |
Ah no, can you just try again? I submitted and merged a PR for the retries in this step. |
Yep, now that the second PR is merged, it works. Thanks again! |
See stagein directive in the module
The text was updated successfully, but these errors were encountered: