You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Milos and all;
I've been testing the 1.0.3 release with the fixed permissions issues for #325 -- thank you for these -- and am running into an issue with relative file paths in the input json. Using this workflow:
It tries to resolve the files from the steps directory instead of the main directory, causing it not to find the files. Here's an in-context error from Travis:
The issue is that relative paths are resolved against the .cwl file's location instead of the location of the file they are appearing in. Sorry about that, all of our tests have the wf and inputs files in the same folder so we didn't catch this. I created a branch with a fix for this and after some testing will make a 1.0.4 prerelease that includes it.
Milos and all;
I've been testing the 1.0.3 release with the fixed permissions issues for #325 -- thank you for these -- and am running into an issue with relative file paths in the input json. Using this workflow:
https://github.com/bcbio/test_bcbio_cwl/tree/master/somatic
which has relative paths to allow it to be portable:
https://github.com/bcbio/test_bcbio_cwl/blob/master/somatic/somatic-workflow/main-somatic-samples.json#L17
It tries to resolve the files from the
steps
directory instead of the main directory, causing it not to find the files. Here's an in-context error from Travis:https://travis-ci.org/chapmanb/bcbio-nextgen/builds/300697388#L5628
and the traceback is below. Thanks so much for any suggestions about how to avoid this.
The text was updated successfully, but these errors were encountered: