You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+16
Original file line number
Diff line number
Diff line change
@@ -95,3 +95,19 @@ If you are using a new feature from core Nextflow, you may bump the minimum requ
95
95
### Images and figures
96
96
97
97
For overview images and other documents we follow the nf-core [style guidelines and examples](https://nf-co.re/developers/design_guidelines).
98
+
99
+
## GitHub Codespaces
100
+
101
+
This repo includes a devcontainer configuration which will create a GitHub Codespaces for Nextflow development! This is an online developer environment that runs in your browser, complete with VSCode and a terminal.
102
+
103
+
To get started:
104
+
105
+
- Open the repo in [Codespaces](https://github.com/CenterForMedicalGeneticsGhent/nf-cmgg-preprocessing/codespaces)
description: A clear and concise description of what the bug is.
17
10
validations:
18
11
required: true
19
-
20
12
- type: textarea
21
13
id: command_used
22
14
attributes:
23
15
label: Command used and terminal output
24
-
description: Steps to reproduce the behaviour. Please paste the command you used to launch the pipeline and the output from your terminal.
16
+
description: Steps to reproduce the behaviour. Please paste the command you used
17
+
to launch the pipeline and the output from your terminal.
25
18
render: console
26
-
placeholder: |
27
-
$ nextflow run ...
19
+
placeholder: "$ nextflow run ...
20
+
28
21
29
22
Some output where something broke
30
23
24
+
"
31
25
- type: textarea
32
26
id: files
33
27
attributes:
34
28
label: Relevant files
35
-
description: |
36
-
Please drag and drop the relevant files here. Create a `.zip` archive if the extension is not allowed.
37
-
Your verbose log file `.nextflow.log` is often useful _(this is a hidden file in the directory where you launched the pipeline)_ as well as custom Nextflow configuration files.
29
+
description: "Please drag and drop the relevant files here. Create a `.zip` archive
30
+
if the extension is not allowed.
31
+
32
+
Your verbose log file `.nextflow.log` is often useful _(this is a hidden file
33
+
in the directory where you launched the pipeline)_ as well as custom Nextflow
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://github.com/CenterForMedicalGeneticsGhent/nf-cmgg-preprocessing/actions?query=workflow%3A%22nf-core+CI%22)
2. Install any of [`Docker`](https://docs.docker.com/engine/installation/), [`Singularity`](https://www.sylabs.io/guides/3.0/user-guide/) (you can follow [this tutorial](https://singularity-tutorial.github.io/01-installation/)), [`Podman`](https://podman.io/), [`Shifter`](https://nersc.gitlab.io/development/shifter/how-to-use/) or [`Charliecloud`](https://hpc.github.io/charliecloud/) for full pipeline reproducibility _(you can use [`Conda`](https://conda.io/miniconda.html) both to install Nextflow itself and also to manage software within pipelines. Please only use it within pipelines as a last resort; see [docs](https://nf-co.re/usage/configuration#basic-configuration-profiles))_.
0 commit comments