Description

Convert genomic BAM/SAM files to transcriptomic BAM/RAD files.

Input

name:type
description
pattern

meta

:map

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

bam

:file

Name-Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

meta2

:map

Groovy Map containing annotation information e.g. [ id:'genome' ]

index

:directory

Annotation index created by mudskipper/index

gtf

:file

Annotation file

*.{gtf,gff,gff3}

rad

:string

File type

Output

name:type
description
pattern

bam

meta

:map

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

${prefix}.bam

:file

Sorted BAM file

*.bam

rad

meta

:map

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

${prefix}.rad

:file

RAD file

*.rad

versions_mudskipper

${task.process}

:string

The name of the process

mudskipper

:string

The name of the tool

mudskipper -V 2>&1 | sed 's/.*mudskipper //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

mudskipper

:string

The name of the tool

mudskipper -V 2>&1 | sed 's/.*mudskipper //'

:eval

The expression to obtain the version of the tool

Tools

mudskipper
BSD 3-clause

mudskipper is a tool for converting genomic BAM/SAM files to transcriptomic BAM/RAD files.