fastqc

Quality control
BAM
SAM
FASTQ

Description

FastQC - A high throughput sequence QC analysis tool.

Type

bash_script

License

GPL-3.0, Apache-2.0

Keywords

Quality control
BAM
SAM
FASTQ

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
outdir: "$id.$key.outdir.results"  
html: "$id.$key.html._*.html"  
zip: "$id.$key.zip._*.zip"  
summary: "$id.$key.summary._*.txt"  
data: "$id.$key.data._*.txt"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/biobox.git \  
  -revision v0.4.1 \  
  -main-script target/nextflow/fastqc/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
file
required
multiple

Outputs

Name
Type & Properties
--outdir
file
output
--html
file
multiple
output
--zip
file
multiple
output
--summary
file
multiple
output
--data
file
multiple
output

Options

Name
Type & Properties
--casava
boolean_true
--nano
boolean_true
--nofilter
boolean_true
--nogroup
boolean_true
--min_length
integer
--format
-f
string
--contaminants
-c
file
--adapters
-a
file
--limits
-l
file
--kmers
-k
integer
--quiet
-q
boolean_true

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.