×

nf-core/fcsgx/cleangenome @ 0.0.0-6c4ed3a

Runs FCS-GX (Foreign Contamination Screen - Genome eXtractor) to remove foreign contamination from genome assemblies

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

Summary

Runs FCS-GX (Foreign Contamination Screen - Genome eXtractor) to remove foreign contamination from genome assemblies

Get started

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

include { FCSGX_CLEANGENOME } from 'nf-core/fcsgx/cleangenome'

License

MIT License

Process
Name FCSGX_CLEANGENOME
Input 1 channel
#1 tuple
meta map

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

fasta file

Input genome assembly file in FASTA format

*.{fa,fasta,fna}
fcsgx_report file

Final contamination report with contaminant cleaning actions. Generated using FCSGX_RUNGX

Output 3 channels
#1 cleaned tuple
meta map

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

*.cleaned.fasta file

The fasta file after cleaning, where sequences annotated as ACTION_EXCLUDE or ACTION_TRIM are excluded

#2 contaminants tuple
meta map

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

*.contaminants.fasta file

Sequences annotated as ACTION_EXCLUDE which are marked as contaminants.

#3 versions_fcsgx tuple
${task.process} string

The name of the process

fcsgx string

The name of the tool

gx --help | sed '/build/!d; s/.*:v//; s/-.*//' eval

The expression to obtain the version of the tool

Tool Description Homepage
fcsgx The NCBI Foreign Contamination Screen. Genomic cross-species aligner, for contamination detection. https://github.com/ncbi/fcs-gx
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:17:05 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ffcsgx%2Fcleangenome/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fcsgx/cleangenome/blobs/sha256:bb4a5d42da061f96dc2358d8f683165353fcdf1409a4da2a449826c5a1389f09
Size 2.7 KB
Checksum sha256:bb4a5d42da061f96dc2358d8f683165353fcdf1409a4da2a449826c5a1389f09
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:17:05 (UTC) 3 2.7 KB
0.0.0-3fc6d40 22 Apr 2026 15:12:05 (UTC) 2 2.7 KB
0.0.0-0c7146d 08 Apr 2026 19:00:44 (UTC) 3 2.7 KB