Skip to content

Commit

Permalink
Updates https from http for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Nov 14, 2024
1 parent a939afd commit ed2dc0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/sanger-tol/ear/master/assets/schema_input.json",
"title": "sanger-tol/ear pipeline - params.input schema",
"description": "Schema for the file provided with params.input",
Expand Down
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-07/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/sanger-tol/ear/master/nextflow_schema.json",
"title": "sanger-tol/ear pipeline parameters",
"description": "ERGA Assembly Report pipeline",
Expand Down
4 changes: 3 additions & 1 deletion workflows/ear.nf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ workflow EAR {
// MODULE: MERQURYFK PLOTS OF GENOME
//
MERQURYFK_MERQURYFK(
merquryfk_input
merquryfk_input,
[],
[]
)
ch_versions = ch_versions.mix( MERQURYFK_MERQURYFK.out.versions )
}
Expand Down

0 comments on commit ed2dc0a

Please sign in to comment.