×

nf-core/bioawk @ 0.0.0-0c7146d

Bioawk is an extension to Brian Kernighan's awk, adding the support of several common biological data formats.

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

Summary

Bioawk is an extension to Brian Kernighan's awk, adding the support of several common biological data formats.

Get started

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

include { BIOAWK } from 'nf-core/bioawk'

License

MIT License

Process
Name BIOAWK
Input 4 channels
#1 tuple
meta map

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

input file

Input biological sequence file (optionally gzipped) to be manipulated via the program specified in $args.

*.{bed,gff,sam,vcf,fastq,fasta,tab,bed.gz,gff.gz,sam.gz,vcf.gz,fastq.gz,fasta.gz,tab.gz}
program_file file

Optional file containing logic for awk to execute. If you don't wish to use a file, you can use ext.args2 to specify the logic.

*
disable_redirect_output boolean

Disable the redirection of awk output to a given file. This is useful if you want to use awk's built-in redirect to write files instead of the shell's redirect.

output_file_extension string

The suffix to add to the output file name.

Output 2 channels
#1 output tuple
meta map

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

*.${output_file_extension} file

Manipulated version of the input sequence file.

#2 versions_bioawk tuple
${task.process} string

The name of the process

bioawk string

The name of the tool

1.0 string

The expression to obtain the version of the tool

Tool Description Homepage
bioawk BWK awk modified for biological data https://github.com/lh3/bioawk
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:47:33 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbioawk/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bioawk/blobs/sha256:b01bc69caad75c4183e28989d7df3c91ea582a0e3b69911e848a4b80c3fc0bcd
Size 3.2 KB
Checksum sha256:b01bc69caad75c4183e28989d7df3c91ea582a0e3b69911e848a4b80c3fc0bcd
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:06:04 (UTC) 4 3.2 KB
0.0.0-3fc6d40 22 Apr 2026 15:04:07 (UTC) 3 3.3 KB
0.0.0-0c7146d 08 Apr 2026 18:47:33 (UTC) 4 3.2 KB