Skip to content

Commit 8d37b37

Browse files
committed
Some linting fixes
1 parent 31b2ac4 commit 8d37b37

File tree

3 files changed

+196
-196
lines changed

3 files changed

+196
-196
lines changed

docs/hello_nf-core/05_input_validation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ To add the `batch` parameter:
258258
1. Click the **"Add parameter"** button at the top
259259
2. Use the drag handle (⋮⋮) to move the new parameter up into the "Input/output options" group, below the `input` parameter
260260
3. Fill in the parameter details:
261-
- **ID**: `batch`
262-
- **Description**: `Name for this batch of greetings`
263-
- **Type**: `string`
264-
- Check the **Required** checkbox
265-
- Optionally, select an icon from the icon picker (e.g., `fas fa-layer-group`)
261+
- **ID**: `batch`
262+
- **Description**: `Name for this batch of greetings`
263+
- **Type**: `string`
264+
- Check the **Required** checkbox
265+
- Optionally, select an icon from the icon picker (e.g., `fas fa-layer-group`)
266266

267267
![Adding the batch parameter](./img/schema_add.png)
268268

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "core/hello",
3-
"homePage": "https://github.com/core/hello",
4-
"repos": {
5-
"https://github.com/nf-core/modules.git": {
6-
"modules": {
7-
"nf-core": {
8-
"cat/cat": {
9-
"branch": "master",
10-
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
11-
"installed_by": ["modules"]
12-
}
2+
"name": "core/hello",
3+
"homePage": "https://github.com/core/hello",
4+
"repos": {
5+
"https://github.com/nf-core/modules.git": {
6+
"modules": {
7+
"nf-core": {
8+
"cat/cat": {
9+
"branch": "master",
10+
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
11+
"installed_by": ["modules"]
12+
}
13+
}
14+
},
15+
"subworkflows": {
16+
"nf-core": {
17+
"utils_nextflow_pipeline": {
18+
"branch": "master",
19+
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
20+
"installed_by": ["subworkflows"]
21+
},
22+
"utils_nfcore_pipeline": {
23+
"branch": "master",
24+
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
25+
"installed_by": ["subworkflows"]
26+
},
27+
"utils_nfschema_plugin": {
28+
"branch": "master",
29+
"git_sha": "4b406a74dc0449c0401ed87d5bfff4252fd277fd",
30+
"installed_by": ["subworkflows"]
31+
}
32+
}
33+
}
1334
}
14-
},
15-
"subworkflows": {
16-
"nf-core": {
17-
"utils_nextflow_pipeline": {
18-
"branch": "master",
19-
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
20-
"installed_by": ["subworkflows"]
21-
},
22-
"utils_nfcore_pipeline": {
23-
"branch": "master",
24-
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
25-
"installed_by": ["subworkflows"]
26-
},
27-
"utils_nfschema_plugin": {
28-
"branch": "master",
29-
"git_sha": "4b406a74dc0449c0401ed87d5bfff4252fd277fd",
30-
"installed_by": ["subworkflows"]
31-
}
32-
}
33-
}
3435
}
35-
}
3636
}

0 commit comments

Comments
 (0)