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"
sample_qc_output: "$id.$key.sample_qc_output"
multiqc_output: "$id.$key.multiqc_output"
demultiplexer_logs: "$id.$key.demultiplexer_logs"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/demultiplex.git \
-revision v0.5.1 \
-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 |
--sample_qc_output | file output |
--multiqc_output | file output |
--demultiplexer_logs | file output |
Name | Type & Properties |
|---|---|
--skip_copycomplete_check | boolean_true |