Skip to content

Commit

Permalink
deploy: 51404e7
Browse files Browse the repository at this point in the history
  • Loading branch information
apalleja committed Oct 12, 2024
1 parent b479788 commit 6aee490
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
16 changes: 8 additions & 8 deletions _sources/Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ To learn more about Github codespaces go [here](https://github.com/features/code

Now, Nextflow should be ready to run in your GitHub Codespace environment! Let's check that you have a fully functional environment.

```{code-block}
````{code-block}
:caption: Verify java installation:
java -version
```
````

```{code-block}
````{code-block}
:caption: Verify Nextflow installation:
nextflow -v
```
````

```{code-block}
````{code-block}
:caption: Nextflow information:
nextflow info
```
````

```{code-block}
````{code-block}
:caption: Verify Docker installation:
docker --version
```
````

0 comments on commit 6aee490

Please sign in to comment.