Description

Conversion of PacBio BAM files into gzipped fastq files, including splitting of barcoded data

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bam

:file

PacBio BAM file

*.bam

index

:file

PacBio BAM file index (.pbi)

*.pbi

Output

name:type
description
pattern

fastq

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.fastq.gz

:file

Gzipped FASTQ file

*.fastq.gz

versions_bam2fastx

${task.process}

:string

The name of the process

bam2fastx

:string

The name of the tool

bam2fastq --version 2>&1) | sed 's/^.*bam2fastq //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bam2fastx

:string

The name of the tool

bam2fastq --version 2>&1) | sed 's/^.*bam2fastq //'

:eval

The expression to obtain the version of the tool

Tools

bam2fastx
BSD-3-clause-Clear

Converting and demultiplexing of PacBio BAM files into gzipped fasta and fastq files