Description
Convert BAM alignments to FASTQ files.
This tool extracts FASTQ records from sequence alignments in BAM format,
supporting both single-end and paired-end data extraction.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
fastq: "$id.$key.fastq.fastq"
fastq2: "$id.$key.fastq2.fastq"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/bedtools/bedtools_bamtofastq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--fastq -fq | file required output |
--fastq2 -fq2 | file output |
Name | Type & Properties |
|---|---|
--tags | boolean_true |