generated from enryH/notes_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
91 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
# Instructions | ||
|
||
To be completed | ||
## Opening the Nextflow environment | ||
Go to https://github.com/biosustain/dsp_nextflow_training | ||
|
||
Click on button **Code** and click on the Codespaces tab. There click on **Create codespace**. Now your Nextflow environment will be built following the instructions in devcontainer.json file (i.e. installing Ubuntu, Docker, VSCode with Docker extension) with additional customization added in the Dockerfile (i.e, installing java and Docker dependencies). | ||
|
||
To learn more about Github codespaces go [here](https://github.com/features/codespaces) | ||
|
||
Now, Nextflow should be ready to run in your GitHub Codespace environment! Let's check that you have a fully functional environment. | ||
|
||
````{code-block} | ||
:caption: Verify java installation: | ||
java -version | ||
``` | ||
````{code-block} | ||
:caption: Verify Nextflow installation: | ||
nextflow -v | ||
``` | ||
````{code-block} | ||
:caption: Nextflow information: | ||
nextflow info | ||
``` | ||
````{code-block} | ||
:caption: Verify Docker installation: | ||
docker --version | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.