Description

A deep learning based approach to predict Antibiotic Resistance Genes (ARGs) from metagenomes

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

FASTA file containing gene-like sequences

*.{fasta,fa,fna}

model{:bash}

:string

Which model to use, depending on input data. Either ‘LS’ or ‘SS’ for long or short sequences respectively

LS|LS

db{:bash}

:directory

Path to a directory containing the deepARG pre-built models

*/

Output

name:type
description
pattern

daa{:bash}

meta{:bash}

:map

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

*.align.daa{:bash}

:file

Sequences of ARG-like sequences from DIAMOND alignment

*.align.daa

daa_tsv{:bash}

meta{:bash}

:map

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

*.align.daa.tsv{:bash}

:file

Alignments scores against ARG-like sequences from DIAMOND alignment

*.align.daa.tsv

arg{:bash}

meta{:bash}

:map

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

*.mapping.ARG{:bash}

:file

Table containing sequences with an ARG-like probability of more than specified thresholds

*.mapping.ARG

potential_arg{:bash}

meta{:bash}

:map

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

*.mapping.potential.ARG{:bash}

:file

Table containing sequences with an ARG-like probability of less than specified thresholds, and requires manual inspection

*.mapping.potential.ARG

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

deeparg
MIT

A deep learning based approach to predict Antibiotic Resistance Genes (ARGs) from metagenomes