Description

Calculate pairwise nucleotide identity with respect to a reference sequence

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

One fasta file or a list of multiple fasta files to perform president on. Has to be uncompressed!

*.{fasta,fas,fa,fna,ffn,faa,mpfa,frn}

meta2{:bash}

:map

Groovy Map containing information about the reference genome

reference{:bash}

:file

Fasta of a reference genome. Has to be uncompressed!

*.{fasta,fas,fa,fna,ffn,faa,mpfa,frn}

compress{:bash}

:boolean

Set to “true” if fasta output should be compressed

Output

name:type
description
pattern

valid_fasta{:bash}

meta{:bash}

:file

Fasta file containing sequences which passed the qc (“valid.fasta”). If true is set on the “compress” input value, the file is gz-compressed.

*.{fasta.gz, fasta}

${prefix}_valid.fasta*{:bash}

:file

Fasta file containing sequences which passed the qc (“valid.fasta”). If true is set on the “compress” input value, the file is gz-compressed.

*.{fasta.gz, fasta}

id_fasta{:bash}

:file

Fasta file containing sequences which passed the qc (“valid.fasta”). If true is set on the “compress” input value, the file is gz-compressed.

*.{fasta.gz, fasta}

invalid_fasta{:bash}

meta{:bash}

:file

Fasta file containing sequences which passed the qc (“valid.fasta”). If true is set on the “compress” input value, the file is gz-compressed.

*.{fasta.gz, fasta}

${prefix}_invalid.fasta*{:bash}

:file

Fasta file containing sequences which didn’t pass the qc (“invalid.fasta”). If true is set on the “compress” input value, the files are gz-compressed.

*_invalid.{fasta.gz, fasta}

report{:bash}

meta{:bash}

:file

Fasta file containing sequences which passed the qc (“valid.fasta”). If true is set on the “compress” input value, the file is gz-compressed.

*.{fasta.gz, fasta}

*.tsv{:bash}

:file

Report with some information for every sample, like statistic values. See docs for details

*.tsv

log{:bash}

meta{:bash}

:file

Fasta file containing sequences which passed the qc (“valid.fasta”). If true is set on the “compress” input value, the file is gz-compressed.

*.{fasta.gz, fasta}

*.log{:bash}

:file

Log file of president

*.log

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

president
MIT

Calculate pairwise nucleotide identity with respect to a reference sequence