Skip to content

Commit 2bf81d0

Browse files
committed
https for schema URL
1 parent e7173bd commit 2bf81d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema",
2+
"$schema": "https://json-schema.org/draft-07/schema",
33
"$id": "https://raw.githubusercontent.com/nf-core/chipseq/master/nextflow_schema.json",
44
"title": "nf-core/chipseq pipeline parameters",
55
"description": "ChIP-seq peak-calling and differential analysis pipeline.",
@@ -579,4 +579,4 @@
579579
"$ref": "#/definitions/generic_options"
580580
}
581581
]
582-
}
582+
}

0 commit comments

Comments
 (0)