search-pipelines
Search and filter nf-core bioinformatics pipelines using specific queries and pipeline names to streamline workflow selection and management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pipeline | No | ||
query | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"pipeline": {
"type": "string"
},
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}