Description
Convert bcl files to fastq files using bcl-convert.
Information about upgrading from bcl2fastq via
Upgrading from bcl2fastq to BCL Convert
and BCL Convert Compatible Products
Type
bash_script
License
Proprietary
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_directory: "$id.$key.output_directory.fastq_dir"
reports: "$id.$key.reports.reports_dir"
logs: "$id.$key.logs.logs_dir"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/bcl_convert/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--bcl_input_directory -i | file required |
--sample_sheet -s | file |
--run_info | file |
Name | Type & Properties |
|---|---|
--bcl_only_lane | integer |
--first_tile_only | boolean |
--tiles | string |
--exclude_tiles | string |
Name | Type & Properties |
|---|---|
--shared_thread_odirect_output | boolean |
--bcl_num_parallel_tiles | integer |
--bcl_num_conversion_threads | integer |
--bcl_num_compression_threads | integer |
--bcl_num_decompression_threads | integer |
Name | Type & Properties |
|---|---|
--bcl_only_matched_reads | boolean |
--no_lane_splitting | boolean |
--num_unknown_barcodes_reported | integer |
--bcl_validate_sample_sheet_only | boolean |
--strict_mode | boolean |
--sample_name_column_enabled | boolean |
Name | Type & Properties |
|---|---|
--output_directory -o | file required output |
--bcl_sampleproject_subdirectories | boolean |
--fastq_gzip_compression_level | integer |
--reports | file output |
--logs | file output |
--force | boolean |