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
Better support nextstrain setup and nextstrain run for third-party repositories, including private ones.
Two avenues to consider for such support.
Indirectly with local support, i.e. workflow users git clone the private repo and point nextstrain setup/run to the local path. The downside here is the need to interact with git.
Both approaches require some form of authentication to download the repo contents, which inevitably requires some external interaction with the repo host. For repos hosted on GitHub, gh auth login simplifies the process.
continuing discussions from #444 (comment)
Better support
nextstrain setupandnextstrain runfor third-party repositories, including private ones.Two avenues to consider for such support.
git clonethe private repo and pointnextstrain setup/runto the local path. The downside here is the need to interact withgit.nextstrain setup/run my-org/my-pathogen(listed in Workflows as programs public#1) or similarBoth approaches require some form of authentication to download the repo contents, which inevitably requires some external interaction with the repo host. For repos hosted on GitHub,
gh auth loginsimplifies the process.