qc/fastqc

Description

Fastqc component, please see https://www.bioinformatics.babraham.ac.uk/projects/fastqc/. This component can take one or more files (by means of shell globbing) or a complete directory.

Type

bash_script

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
mode: [ "files" ]  
output: "$id.$key.output.qc"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision 1.0.1 \  
  -main-script target/nextflow/qc/fastqc/main.nf \  
  -params-file params.yaml  

Arguments

Name
Type & Properties
--mode
-m
string
--input
-i
file
required
--output
-o
file
required
output
--threads
-t
integer

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.