``` external(file="<data>/input.fa") ``` called with `ngless --search-dir data=/somedir` results in calling `external()` with `<data>/input.fa` instead of `/somedir/input.fa`. Testcase [here](https://gist.github.com/de1d45ba822015f8c1934385c3dc54e5)
called with
ngless --search-dir data=/somedirresults in callingexternal()with<data>/input.fainstead of/somedir/input.fa.Testcase here