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.
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 v4.0.3 \
-main-script target/nextflow/qc/fastqc/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--mode -m | string |
--input -i | file required |
--output -o | file required output |
--threads -t | integer |