×

nf-core/fastavalidator @ 0.0.0-0c7146d

"Python C-extension for a simple validator for fasta files. The module emits the validated file or an error log upon validation failure."

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @gallvp
Maintainers: @gallvp

Summary

"Python C-extension for a simple validator for fasta files. The module emits the validated file or an error log upon validation failure."

Get started

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

include { FASTAVALIDATOR } from 'nf-core/fastavalidator'

License

MIT License

Process
Name FASTAVALIDATOR
Input 1 channel
#1 tuple
meta map

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

fasta file

Input fasta file

*.fasta
Output 3 channels
#1 error_log tuple
meta map

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

*.error.log file

Log file for failed validation

*.error.log
#2 success_log tuple
meta map

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

*.success.log file

Log file for successful validation

*.success.log
#3 versions_py_fasta_validator tuple
${task.process} string

The name of the process

py_fasta_validator string

The name of the tool

py_fasta_validator --version | cut -d" " -f3 eval

The expression to obtain the version of the tool

Tool Description Homepage
fasta_validate "Python C-extension for a simple C code to validate a fasta file. It only checks a few things, and by default only sets its response via the return code, so you will need to check that!" https://github.com/linsalrob/py_fasta_validator
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:37:51 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Ffastavalidator/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/fastavalidator/blobs/sha256:c7032954d6c7cee1f3a4c696a9772a3766ad5c3faa64e845678a4e1fbbe04661
Size 2.8 KB
Checksum sha256:c7032954d6c7cee1f3a4c696a9772a3766ad5c3faa64e845678a4e1fbbe04661
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:37:51 (UTC) 1 2.8 KB -