×

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-e2d3f0d
Total downloads: 2
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 e2d3f0ddf4a74a4a9031f3caea2e9deaec5a440b
Release Date 08 Apr 2026 18:26:47 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbioawk/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bioawk/blobs/sha256:97d85efeb22e2ec8a16062b51c57d966f1ca62b9b9ebe23772c176229ec97ac4
Size 3.2 KB
Checksum sha256:97d85efeb22e2ec8a16062b51c57d966f1ca62b9b9ebe23772c176229ec97ac4
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-e2d3f0d 28 Apr 2026 21:15:05 (UTC) 1 3.2 KB
0.0.0-0c7146d 08 Apr 2026 18:26:47 (UTC) 1 3.2 KB -