Description
FastQC - A high throughput sequence QC analysis tool.
Type
bash_script
License
GPL-3.0, Apache-2.0
Keywords
Contributors
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 Name | Type & Properties |
|---|---|
--input | file required multiple |
Name | Type & Properties |
|---|---|
--outdir | file output |
--html | file multiple output |
--zip | file multiple output |
--summary | file multiple output |
--data | file multiple output |
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 |