Description
Generate a random FASTQ file pair for testing and simulation purposes.
Type
bash_script
License
MIT
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
r1_dst: "$id.$key.r1_dst.gz"
r2_dst: "$id.$key.r2_dst.gz"
record_count: [ 10000 ]
read_length: [ 101 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/fq/fq_generate/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--r1_dst | file required output |
--r2_dst | file required output |
Name | Type & Properties |
|---|---|
--seed -s | integer |
--record_count -n | integer |
--read_length | integer |