Created
December 21, 2023 01:21
-
-
Save lbeckman314/f69fe9c8a86d0a4c1f43b363f877d3b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -s "https://get.sdkman.io" | bash | |
| source "$HOME/.sdkman/bin/sdkman-init.sh" | |
| sdk install java 17.0.6-amzn | |
| git clone https://github.com/nextflow-io/nextflow -b tes-update-1.1 | |
| cd nextflow | |
| make install | |
| export NXF_MODE=ga4gh | |
| export NXF_EXECUTOR=tes | |
| export NXF_EXECUTOR_TES_ENDPOINT='http://localhost:8000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment