Skip to content

Commit 7827e47

Browse files
committed
Fix atacseq copy-paste errors
1 parent d42c010 commit 7827e47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nextflow_schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://raw.githubusercontent.com/nf-core/atacseq/master/nextflow_schema.json",
4-
"title": "nf-core/atacseq pipeline parameters",
5-
"description": "ATACSeq peak-calling and differential analysis pipeline.",
3+
"$id": "https://raw.githubusercontent.com/nf-core/chipseq/master/nextflow_schema.json",
4+
"title": "nf-core/chipseq pipeline parameters",
5+
"description": "ChIP-seq peak-calling and differential analysis pipeline.",
66
"type": "object",
77
"definitions": {
88
"input_output_options": {
@@ -12,7 +12,7 @@
1212
"input": {
1313
"type": "string",
1414
"description": "Path to comma-separated file containing information about the samples in the experiment.",
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/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).",
1616
"fa_icon": "fas fa-file-csv"
1717
},
1818
"single_end": {

0 commit comments

Comments
 (0)