Description

Calling lowest common ancestors from multi-mapped reads in SAM/BAM/CRAM files

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM/CRAM/SAM file

*.{bam,cram,sam}

bai

:file

BAM/CRAM/SAM index

*.{bai,.crai}

database

:file

Directory containing the sam2lca database

*

Output

name:type
description
pattern

csv

meta

:map

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

*.csv

:file

CSV file containing the sam2lca results

*.csv

json

meta

:map

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

*.json

:file

JSON file containing the sam2lca results

*.json

bam

meta

:map

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

*.bam

:file

Optional sorted BAM/CRAM/SAM file annotated with LCA taxonomic information

*.bam

versions_sam2lca

${task.process}

:string

The name of the process

sam2lca

:string

The name of the tool

sam2lca --version | sed 's/.*version //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

sam2lca

:string

The name of the tool

sam2lca --version | sed 's/.*version //'

:eval

The expression to obtain the version of the tool

Tools

sam2lca
GPL v3

Lowest Common Ancestor on SAM/BAM/CRAM alignment files