Description
Runner for demultiplexing of raw sequencing data
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
fastq_output: "$id.$key.fastq_output"
falco_output: "$id.$key.falco_output"
multiqc_output: "$id.$key.multiqc_output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/demultiplex.git \
-revision v0.3.4 \
-main-script target/nextflow/runner/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--run_information | file |
--demultiplexer | string |
Name | Type & Properties |
|---|---|
--plain_output | boolean_true |
Name | Type & Properties |
|---|---|
--fastq_output | file output |
--falco_output | file output |
--multiqc_output | file output |