|
1 | 1 | name: Bug report |
2 | | -description: Report something that is broken or incorrect |
3 | | -labels: bug |
| 2 | +labels: ["Bug"] |
| 3 | +projects: ["Clinical-Genomics/108"] |
4 | 4 | body: |
5 | | - - type: markdown |
6 | | - attributes: |
7 | | - value: | |
8 | | - Before you post this issue, please check the documentation: |
9 | | -
|
10 | | - - [nf-core website: troubleshooting](https://nf-co.re/usage/troubleshooting) |
11 | | - - [nf-core/oncorefiner pipeline documentation](https://nf-co.re/oncorefiner/usage) |
12 | 5 | - type: textarea |
13 | | - id: description |
14 | 6 | attributes: |
15 | | - label: Description of the bug |
| 7 | + label: Description |
16 | 8 | description: A clear and concise description of what the bug is. |
17 | 9 | validations: |
18 | 10 | required: true |
19 | 11 |
|
20 | 12 | - type: textarea |
21 | | - id: command_used |
22 | 13 | attributes: |
23 | | - 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. |
25 | | - render: console |
26 | | - placeholder: | |
27 | | - $ nextflow run ... |
| 14 | + label: How to reproduce |
| 15 | + description: Steps to reproduce the behaviour. If relevant, please paste the command you used to launch the pipeline and the output from your terminal. |
| 16 | + validations: |
| 17 | + required: true |
28 | 18 |
|
29 | | - Some output where something broke |
| 19 | + - type: textarea |
| 20 | + attributes: |
| 21 | + label: Expected behaviour |
| 22 | + description: A clear and concise description of what you expected to happen. |
| 23 | + validations: |
| 24 | + required: false |
30 | 25 |
|
31 | 26 | - type: textarea |
32 | | - id: files |
33 | 27 | attributes: |
34 | | - label: Relevant files |
| 28 | + label: Anything else? |
35 | 29 | description: | |
| 30 | + Links? Screenshots? Anything that will give us more context about the issue you are encountering! |
| 31 | +
|
36 | 32 | Please drag and drop the relevant files here. Create a `.zip` archive if the extension is not allowed. |
37 | 33 | 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. |
| 34 | + validations: |
| 35 | + required: false |
38 | 36 |
|
39 | 37 | - type: textarea |
40 | 38 | id: system |
|
46 | 44 | * Executor _(eg. slurm, local, awsbatch)_ |
47 | 45 | * Container engine: _(e.g. Docker, Singularity, Conda, Podman, Shifter, Charliecloud, or Apptainer)_ |
48 | 46 | * OS _(eg. CentOS Linux, macOS, Linux Mint)_ |
49 | | - * Version of nf-core/oncorefiner _(eg. 1.1, 1.5, 1.8.2)_ |
| 47 | + * Version of oncorefiner _(eg. 1.1, 1.5, 1.8.2)_ |
| 48 | + * Version of nf-core/oncoanalyser _(eg. 1.1, 1.5, 1.8.2)_ |
0 commit comments