/opt/homebrew/bin/nextflow: line 177: /Library/Internet: No such file or directory
/opt/homebrew/bin/nextflow: line 177: exec: /Library/Internet: cannot execute: No such file or directory
apparently the code in launch_nextflow does not handle properly spaces. For the record, here is the contents of ${launcher[@]}:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug report
Expected behavior and actual behavior
Cannot run nextflow CLI
Steps to reproduce the problem
Just run nextflow CLI script
Program output
We are having:
apparently the code in
launch_nextflow
does not handle properly spaces. For the record, here is the contents of${launcher[@]}
:Environment
$SHELL --version
):(note that
$SHELL
reports current shell which might be not bash)