You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This pipeline uses Nextflow with bcftools and GLIMPSE2 to generate an imputaion panel for lpwgs or BGE imputation. The JSON Schema was built using the nf-core pipeline schema builder.",
"type": "object",
"definitions": {
"inputs": {
"title": "Inputs",
"type": "object",
"description": "",
"default": "",
"properties": {
"input_bcf_list": {
"type": "string",
"description": "Input samplesheet in TSV format",
"format": "file-path"
},
"map_dir": {
"type": "string",
"description": "directory for chromosome maps with wildcard",
"format": "directory-path"
},
"output_dir": {
"type": "string",
"format": "directory-path",
"description": "Local path to output directory",
"default": "./results"
},
"threads": {
"type": "integer",
"description": "number of threads for processing",