Skip to content

Commit

Permalink
Draft-07 and http only for json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Nov 29, 2024
1 parent d4f3971 commit 1b75d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "genomic-medicine-sweden/gms_16S",
"title": "genomic-medicine-sweden/gms_16S pipeline parameters",
"description": "A pipeline for paralellization for the EMU tool from treangelab. The pipeline will also inclide trimming of reads and qc-reports.",
Expand Down

0 comments on commit 1b75d77

Please sign in to comment.