Description

Extension of Porechop whose purpose is to process adapter sequences in ONT reads.

Input

name:type
description
pattern

meta

:map

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

reads

:file

fastq/fastq.gz file

*.{fastq,fastq.gz,fq,fq.gz}

custom_adapters

:file

Text file containing custom adapters

Output

name:type
description
pattern

reads

meta

:map

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

*.fastq.gz

:file

Adapter-trimmed fastq.gz file

*.fastq.gz

log

meta

:map

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

*.log

:file

Log file containing stdout information

*.log

versions_porechop_abi

${task.process}

:string

The name of the process

porechop_abi

:string

The name of the tool

porechop_abi --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

porechop_abi

:string

The name of the tool

porechop_abi --version

:eval

The expression to obtain the version of the tool

Tools

porechop_abi
MIT

Extension of Porechop whose purpose is to process adapter sequences in ONT reads.