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
Yes it seems that we have 2 different methods for path resolution, one that follows links used in resolving "--file" syntax and one that doesn't which is used everywhere else.
Not really sure that this should be changed so that every method follows links as there might be some complications with staging input files that uses links (this system should be changed soon as well).
Recently noticed this. Only tested on v1.0.2 as I have the same issue in #380 with v1.0.3.
Basically before running rabix, I have
and got input_1.json as
input_2.json
Then, when execute rabix, I will get
[ERROR] Job failed with exit code 1.
if I dorabix tool.cwl input_1.json
[INFO] Job root has completed
if I dorabix tool.cwl input_2.json
[INFO] Job root has completed
if I dorabix tool.cwl -- --input_file data/file.txt
The text was updated successfully, but these errors were encountered: