fq/fq_lint

fastq
lint
validate
quality-control

Description

Validates a single or paired FASTQ file.

Type

bash_script

License

MIT

Keywords

fastq
lint
validate
quality-control

Contributors

Run this component

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.2 \  
  -main-script target/nextflow/fq/fq_lint/main.nf \  
  -params-file params.yaml  

Input

Name
Type & Properties
--input_1
file
required
--input_2
file

Options

Name
Type & Properties
--lint_mode
string
--single_read_validation_level
string
--paired_read_validation_level
string
--disable_validator
string
multiple
--record_definition_separator
string

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.