Description
Filters a FASTQ file based on record names or sequence patterns.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/fq/fq_filter/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--names | file |
--sequence_pattern | string |