Description
A C++ drop-in replacement of FastQC to assess the quality of sequence read data
Type
bash_script
License
GPL-3.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
outdir: "$id.$key.outdir.output"
data_filename: "$id.$key.data_filename"
report_filename: "$id.$key.report_filename"
summary_filename: "$id.$key.summary_filename"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.0 \
-main-script target/nextflow/falco/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
Name | Type & Properties |
|---|---|
--nogroup | boolean_true |
--contaminents | file |
--adapters | file |
--limits | file |
--subsample -s | integer |
--bisulfite -b | boolean_true |
--reverse_complement -r | boolean_true |
Name | Type & Properties |
|---|---|
--outdir -o | file required output |
--format -f | string |
--data_filename -D | file output |
--report_filename -R | file output |
--summary_filename -S | file output |