-
Notifications
You must be signed in to change notification settings - Fork 24
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
Parallel module exits with error, if the data are not in the same directory as the script #141
Comments
vpuller
changed the title
Parallel model exits with error, if the data are not in the same directory as the script
Parallel module exits with error, if the data are not in the same directory as the script
Dec 3, 2020
Thanks for the report. I can confirm I see it and I will add a test case to the test suite capturing it |
luispedro
added a commit
that referenced
this issue
Dec 4, 2020
This tests #141. From the original report: > Parallel module exits with error, if the data are not in the same > directory as the script. Running the parallel.ngl test exits with > error, if data is moved into a subfolder.
Thanks for the bug report. This is fixed on the development version and will be included in the next release. In the meanwhile, I hope you can find a quick workaround using symlinks or similar |
luispedro
added a commit
that referenced
this issue
Jan 25, 2021
An accummulation of improvements rather than a big new feature is what triggers the new release. Full `ChangeLog`: - Better error message if the user attempts to use the non-existent <\> operator (suggest </>) - Add min-ngless-version field for modules - Add early check that block assignments are always to block variables - Use ZStd compression for temporary files from preprocess() - Correctly handle subpaths in samples for collect (fixes #141) - Add to_string() to int and double types (partially fixes #78 & fixes #81) - Add read_int() and read_double() functions (fixes #78)
luispedro
added a commit
that referenced
this issue
Jan 26, 2021
An accummulation of improvements rather than a big new feature is what triggers the new release. Full `ChangeLog`: - Validate count() headers on --validate-only - Better error message if the user attempts to use the non-existent <\> operator (suggest </>) - Add min-ngless-version field for modules - Add early check that block assignments are always to block variables - Use ZStd compression for temporary files from preprocess() - Correctly handle subpaths in samples for collect (fixes #141) - Add to_string() to int and double types (partially fixes #78 & fixes #81) - Add read_int() and read_double() functions (fixes #78)
luispedro
added a commit
that referenced
this issue
Jan 26, 2021
An accummulation of improvements rather than a big new feature is what triggers the new release. Full `ChangeLog`: - Validate count() headers on --validate-only - Better error message if the user attempts to use the non-existent <\> operator (suggest </>) - Add min-ngless-version field for modules - Add early check that block assignments are always to block variables - Use ZStd compression for temporary files from preprocess() - Correctly handle subpaths in samples for collect (fixes #141) - Add to_string() to int and double types (partially fixes #78 & fixes #81) - Add read_int() and read_double() functions (fixes #78)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parallel module exits with error, if the data are not in the same directory as the script. Running the
parallel.ngl
test exits with error, if data is moved into a subfolder:sample.fq -> samle/sample.fq
. Seemingly unable to copy an existing file:The text was updated successfully, but these errors were encountered: