ete
ete copied to clipboard
option to choose your local apps_bin path
The origin experimental --tools-dir is functional when "ete3 build -w .....", but it doesn't work to subcommand such as "check". Changes that I made:
- read the arguments before load the apps_bin;
- muted the "require=True" in workflow argument, ortherwise it goes error
example:
ete3 build check -L [custom path], TOOLCHAIN, LOCAL
I wonder if there is more elegant way?
there are conficts with the main branch with big change. Consider discussion and temporary use --tools-dir
as experimental solution