×

nf-core/deeparg/predict @ 0.0.0-6c4ed3a

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

Latest version: 0.0.0-6c4ed3a
Total downloads: 8
Source: nf-core/modules
Authors: @jfy133
Maintainers: @jfy133

Summary

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

Get started

Add the following snippet to your workflow script to include this module.

include { DEEPARG_PREDICT } from 'nf-core/deeparg/predict'

License

MIT License

Process
Name DEEPARG_PREDICT
Input 2 channels
#1 tuple
meta map

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

fasta file

FASTA file containing gene-like sequences

*.{fasta,fa,fna}
model string

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

LS|LS
db directory

Path to a directory containing the deepARG pre-built models

*/
Output 5 channels
#1 arg tuple
meta map

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

*.mapping.ARG file

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

*.mapping.ARG
#2 daa tuple
meta map

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

*.align.daa file

Sequences of ARG-like sequences from DIAMOND alignment

*.align.daa
#3 daa_tsv tuple
meta map

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

*.align.daa.tsv file

Alignments scores against ARG-like sequences from DIAMOND alignment

*.align.daa.tsv
#4 potential_arg tuple
meta map

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

*.mapping.potential.ARG file

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

*.mapping.potential.ARG
#5 versions_deeparg tuple
${task.process} string

The name of the process

deeparg string

The name of the tool

1.0.4 string

The expression to obtain the version of the tool

Tool Description Homepage
deeparg A deep learning based approach to predict Antibiotic Resistance Genes (ARGs) from metagenomes https://github.com/gaarangoa/deeparg
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:13:43 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fdeeparg%2Fpredict/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/deeparg/predict/blobs/sha256:3ef1448d19f299133a7a930721394aa1e8eff21c16bd6aa787b0743f950929b9
Size 3.4 KB
Checksum sha256:3ef1448d19f299133a7a930721394aa1e8eff21c16bd6aa787b0743f950929b9
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:13:43 (UTC) 3 3.4 KB
0.0.0-3fc6d40 22 Apr 2026 15:09:51 (UTC)