×

nf-core/bwa/samse @ 0.0.0-6c4ed3a

Convert bwa SA coordinate file to SAM format

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

Summary

Convert bwa SA coordinate file to SAM format

Get started

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

include { BWA_SAMSE } from 'nf-core/bwa/samse'

License

MIT License

Process
Name BWA_SAMSE
Input 2 channels
#1 tuple
meta map

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

reads file

FASTQ files specified alongside meta in input channel.

*.{fastq,fq}.gz
sai file

SAI file specified alongside meta and reads in input channel.

*.sai
#2 tuple
meta2 map

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

index directory

Directory containing BWA index files (amb,ann,bwt,pac,sa) from BWA_INDEX

bwa/
Output 3 channels
#1 bam tuple
meta map

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

*.bam file

BAM file

*.bam
#2 versions_bwa tuple
${task.process} string

The process the versions were collected from

bwa string

The tool name

bwa 2>&1 | sed -n "s/^Version: //p" string

The command used to generate the version of the tool

#3 versions_samtools tuple
${task.process} string

The process the versions were collected from

samtools string

The tool name

samtools version | sed '1!d;s/.* //' string

The command used to generate the version of the tool

Tool Description Homepage
bwa BWA is a software package for mapping DNA sequences against a large reference genome, such as the human genome. http://bio-bwa.sourceforge.net/
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:08:08 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbwa%2Fsamse/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bwa/samse/blobs/sha256:34f07719a05ef3527e6342cd1c98e6610f02a5075d235f81334c4f362a8843bc
Size 3.0 KB
Checksum sha256:34f07719a05ef3527e6342cd1c98e6610f02a5075d235f81334c4f362a8843bc
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:08:08 (UTC) 3 3.0 KB
0.0.0-0c7146d 08 Apr 2026 18:49:54 (UTC) 3 2.9 KB