Description
Validates a single or paired FASTQ file.
Type
bash_script
License
MIT
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
lint_mode: [ "panic" ]
single_read_validation_level: [ "high" ]
paired_read_validation_level: [ "high" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/fq/fq_lint/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_1 | file required |
--input_2 | file |
Name | Type & Properties |
|---|---|
--lint_mode | string |
--single_read_validation_level | string |
--paired_read_validation_level | string |
--disable_validator | string multiple |
--record_definition_separator | string |