Skip to content

Instantly share code, notes, and snippets.

@lbeckman314
Created December 21, 2023 01:21
Show Gist options
  • Select an option

  • Save lbeckman314/f69fe9c8a86d0a4c1f43b363f877d3b6 to your computer and use it in GitHub Desktop.

Select an option

Save lbeckman314/f69fe9c8a86d0a4c1f43b363f877d3b6 to your computer and use it in GitHub Desktop.
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