Description
Demultiplex sequence data generated on Singular Genomics' sequencing instruments.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
sample_fastq: "$id.$key.sample_fastq.output"
metrics: "$id.$key.metrics.tsv"
most_frequent_unmatched: "$id.$key.most_frequent_unmatched.tsv"
sample_barcode_hop_metrics: "$id.$key.sample_barcode_hop_metrics.tsv"
per_project_metrics: "$id.$key.per_project_metrics.tsv"
per_sample_metrics: "$id.$key.per_sample_metrics.tsv"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/sgdemux/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--fastqs -f | file required multiple |
--sample_metadata -s | file required |
Name | Type & Properties |
|---|---|
--sample_fastq | file required output |
--metrics | file output |
--most_frequent_unmatched | file output |
--sample_barcode_hop_metrics | file output |
--per_project_metrics | file output |
--per_sample_metrics | file output |
Name | Type & Properties |
|---|---|
--read_structures -r | string multiple |
--allowed_mismatches -m | integer |
--min_delta -d | integer |
--free_ns -F | integer |
--max_no_calls -N | integer |
--quality_mask_threshold -M | integer multiple |
--filter_control_reads -C | boolean_true |
--filter_failing_quality -Q | boolean_true |
--output_types -T | string multiple |
--undetermined_sample_name -u | string |
--most_unmatched_to_output -U | integer |
--override_matcher | string |
--skip_read_name_check | boolean_true |
--sample_barcode_in_fastq_header | boolean_true |
--metric_prefix | string |
--lane -l | integer multiple |