Description

IsoSeq - Cluster - Cluster trimmed consensus sequences

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM file generated by isoseq refine

*.bam

Output

name:type
description
pattern

bam

meta

:map

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

*.transcripts.bam

:file

BAM file of clustered consensus

*.transcripts.bam

pbi

meta

:map

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

*.transcripts.bam.pbi

:file

Pacbio Index of consensus reads generated by clustering

*.transcripts.bam.pbi

cluster

meta

:map

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

*.transcripts.cluster

:file

A two columns (from, to) file describing original read name to new read name

*.transcripts.cluster

cluster_report

meta

:map

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

*.transcripts.cluster_report.csv

:file

A table files clusters (transcripts) members (read)

*.transcripts.cluster_report.csv

transcriptset

meta

:map

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

*.transcripts.transcriptset.xml

:file

A metadata xml file which contains full paths to data files

*.transcripts.transcriptset.xml

hq_bam

meta

:map

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

*.transcripts.hq.bam

:file

High quality reads (when —use-qvs is set)

*.transcripts.hq.bam

hq_pbi

meta

:map

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

*.transcripts.hq.bam.pbi

:file

Pacbio index of high quality reads (when —use-qvs is set)

*.transcripts.hq.bam.pbi

lq_bam

meta

:map

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

*.transcripts.lq.bam

:file

Low quality reads (when —use-qvs is set)

*.transcripts.lq.bam

lq_pbi

meta

:map

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

*.transcripts.lq.bam.pbi

:file

Pacbio index of low quality reads (when —use-qvs is set)

*.transcripts.lq.bam.pbi

singletons_bam

meta

:map

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

*.transcripts.singletons.bam

:file

Unclustered reads (when —singletons is set)

*.transcripts.singletons.bam

singletons_pbi

meta

:map

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

*.transcripts.singletons.bam.pbi

:file

Pacbio index of unclustered reads (when —singletons is set)

*.transcripts.singletons.bam.pbi

versions_isoseq

${task.process}

:string

The name of the process

isoseq

:string

The name of the tool

isoseq cluster --version | head -n 1 | sed 's/isoseq cluster //g' | sed 's/ (.*//g'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

isoseq

:string

The name of the tool

isoseq cluster --version | head -n 1 | sed 's/isoseq cluster //g' | sed 's/ (.*//g'

:eval

The expression to obtain the version of the tool

Tools

isoseq
BSD-3-Clause-Clear

IsoSeq - Cluster - Cluster trimmed consensus sequences