Description
Detects the demultiplexer and accompanying sample information file which can be
used to generate the fastq files.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
demultiplexer_output: "$id.$key.demultiplexer_output"
run_information_output: "$id.$key.run_information_output"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/demultiplex.git \
-revision v0.6.1 \
-main-script target/nextflow/detect_demultiplexer/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string |
--input | file required |
--run_information | file |
--demultiplexer | string |
--demultiplexer_output | string output |
--run_information_output | file output |