Description

Helper script, remove remaining polyA sequences from Full Length Non Chimeric reads (Pacbio isoseq3)

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Full Length Non Chimeric reads in fasta format

*.{fa,fasta}

Output

name:type
description
pattern

fasta

meta

:map

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

*.fa.gz

:file

The Full Length Non Chimeric reads cleaned from remaining polyA tails. The sequences are in FASTA format compressed with gzip.

*.fa.gz

report

meta

:map

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

*_polya_flnc_report.txt.gz

:file

A text file describing the number of polyA tails removed and their length. Compressed with gzip.

*_polya_flnc_report.txt.gz

tails

meta

:map

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

*_tails.fa.gz

:file

A gzip compressed FASTA file of trimmed polyA tails.

*_tails.fa.gz

versions_gstama

${task.process}

:string

The name of the process

gstama

:string

The name of the tool

tama_collapse.py -version | sed -n 's/tc_version_date_//p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

gstama

:string

The name of the tool

tama_collapse.py -version | sed -n 's/tc_version_date_//p'

:eval

The expression to obtain the version of the tool

Tools