Description

mirtop counts generates a file with the minimal information about each sequence and the count data in columns for each samples.

Input

name:type
description
pattern

meta

:map

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

mirtop_gff

:file

GFF file

*.{gff}

meta2

:map

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

hairpin

:file

Hairpin file

*.{fa,fasta}

meta3

:map

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

gtf

:file

GTF file

*.{gtf}

species

:string

Species name of the GTF file

Output

name:type
description
pattern

tsv

meta

:map

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

counts/*.tsv

:file

TSV file

*.{tsv}

versions_mirtop

${task.process}

:string

The name of the process

mirtop

:string

The name of the tool

mirtop --version 2>&1 | sed -n 's/^mirtop //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

mirtop

:string

The name of the tool

mirtop --version 2>&1 | sed -n 's/^mirtop //p'

:eval

The expression to obtain the version of the tool