2.2 Initial checks

Now, Nextflow should be ready to run in your GitHub Codespace environment! Let’s check that you have a fully functional environment with Nextflow, java and Docker properly installed

Verify java installation:

Verify java installation:

java -version

Verify Nextflow installation:

nextflow -v

Nextflow current version, system and runtime:

nextflow info

Verify Docker installation:

docker --version

If everything went well you have a fully functional Nextflow environment for today. Rememeber that we are going to use VS code as our editor to write code and handle our files.