Description
Demultiplexing of raw sequencing data
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
output_falco: "$id.$key.output_falco"
output_multiqc: "$id.$key.output_multiqc"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/demultiplex.git \
-revision v0.1.0 \
-main-script target/nextflow/demultiplex/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--sample_sheet | file |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_falco | file output |
--output_multiqc | file output |