Skip to content

Commit

Permalink
Merge pull request #143 from mskcc-omics-workflows/feature/remove_nam…
Browse files Browse the repository at this point in the history
…e_from_schema

Remove 'name', 'default' field from environment_schema.json and add glob pattern under dependencies to pass updated nf-core lint functionality
  • Loading branch information
rnaidu authored Sep 9, 2024
2 parents 4da70f0 + bcfdd8e commit d5d61c0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions modules/environment-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,17 @@
},
{
"enum": ["bioconda"]
},
{
"enum": ["defaults"]
}
],
"minItems": 3
"minItems": 2
},
"dependencies": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"pattern": "^.[^><]=[^><].$"
}
}
},
"required": ["name", "channels", "dependencies"]
"required": ["channels", "dependencies"]
}

0 comments on commit d5d61c0

Please sign in to comment.