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
"description": "ChIP-seq peak-calling and differential analysis pipeline.",
6
6
"type": "object",
7
-
"properties": {
8
-
"Input/output options": {
7
+
"definitions": {
8
+
"input_output_options": {
9
+
"title": "Input/output options",
9
10
"type": "object",
10
11
"properties": {
11
12
"input": {
12
13
"type": "string",
13
14
"description": "Path to comma-separated file containing information about the samples in the experiment.",
14
-
"help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 4 columns, and a header row. See [usage docs](https://nf-co.re/atacseq/docs/usage#--input).",
15
+
"help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 4 columns, and a header row. See [usage docs](https://nf-co.re/chipseq/docs/usage#--input).",
15
16
"fa_icon": "fas fa-file-csv"
16
17
},
17
18
"single_end": {
@@ -53,7 +54,8 @@
53
54
],
54
55
"fa_icon": "fas fa-terminal"
55
56
},
56
-
"Reference genome options": {
57
+
"reference_genome_options": {
58
+
"title": "Reference genome options",
57
59
"type": "object",
58
60
"properties": {
59
61
"genome": {
@@ -124,7 +126,8 @@
124
126
},
125
127
"fa_icon": "fas fa-dna"
126
128
},
127
-
"Adapter trimming options": {
129
+
"adapter_trimming_options": {
130
+
"title": "Adapter trimming options",
128
131
"type": "object",
129
132
"properties": {
130
133
"clip_r1": {
@@ -165,7 +168,7 @@
165
168
"default": false,
166
169
"description": "Skip the adapter trimming step.",
167
170
"help_text": "Use this if your input FastQ files have already been trimmed outside of the workflow or if you're very confident that there is no adapter contamination in your data.",
0 commit comments