Description
Bases2Fastq demultiplexes sequencing data generated by Element Biosciences instruments and converts base calls into FASTQ files.
Type
bash_script
License
Proprietairy
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_directory: "$id.$key.output_directory.fastq_dir"
report: "$id.$key.report"
logs: "$id.$key.logs.logs_dir"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.0 \
-main-script target/nextflow/bases2fastq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--analysis_directory | file required |
--run_manifest -r | file |
Name | Type & Properties |
|---|---|
--output_directory -o | file required output |
--report | file output |
--logs | file output |
Name | Type & Properties |
|---|---|
--chemistry_version | string |
--demux_only -d | boolean_true |
--detect_adapters | boolean_true |
--error_on_missing | boolean_true |
--exclude_tile -e | string multiple |
--filter_mask | string |
--flowcell_id | string |
--force_index_orientation | boolean_true |
--group_fastq | boolean_true |
--i1_cycles | integer |
--i2_cycles | integer |
--include_tile -i | string multiple |
--kit_configuration | string |
--legacy_fastq | boolean_true |
--log_level -l | string |
--no_error_on_invalid | boolean_true |
--no_projects | boolean_true |
--num_unassigned | integer |
--preparation_workflow | string |
--qc_only | boolean_true |
--r1_cycles | integer |
--r2_cycles | integer |
--split_lanes | boolean_true |
--strict | boolean_true |