"description":"Runner for demultiplexing of raw sequencing data",
"type":"object",
"$defs":{
"input arguments":{
"title":"Input arguments",
"type":"object",
"description":"No description",
"properties":{
"input":{
"type":"string",
"format":"path",
"exists":true,
"description":"Base directory of the canonical form `s3://<bucket>/<path>/<RunID>/`.\nA tarball (tar.gz, .tgz, .tar) containing run information can be provided in which\ncase the RunID is set to the name of the tarball without the extension.\n",
"description":"Demultiplexer to use, choice depends on the provider\nof the instrument that was used to generate the data.\nWhen not using --sample_sheet, specifying this argument is not\nrequired.\n",
"description":"Flag to indicate that the output should be stored directly under $publish_dir rather than\nunder a subdirectory structure runID/<date_time>_demultiplex_<version>/.\n",
"description":"Input/output parameters for Nextflow itself. Please note that both publishDir and publish_dir are supported but at least one has to be configured.",