Description
fq subsample outputs a subset of records from single or paired FASTQ files.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_1: "$id.$key.output_1"
output_2: "$id.$key.output_2"
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_subsample/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_1 | file required |
--input_2 | file |
Name | Type & Properties |
|---|---|
--output_1 | file output |
--output_2 | file output |
Name | Type & Properties |
|---|---|
--probability | double |
--record_count | integer |
--seed | integer |