nf-test icon indicating copy to clipboard operation
nf-test copied to clipboard

Update BinaryFinder to expand ~ to unix location

Open sgopalan98 opened this issue 6 months ago • 0 comments

I was trying to use nf-test in one of my machines where Nextflow is installed locally for each user at ~/.local/bin. The current code wasn't picking up the Nextflow installation. I figured that ~ in paths included in $PATH are not expanded by Java as it is a shell concept. So, I made this change to make this work for me.

sgopalan98 avatar Aug 14 '24 20:08 sgopalan98