×

nf-core/bwa/sampe @ 0.0.0-0c7146d

Convert paired-end bwa SA coordinate files to SAM format

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

Summary

Convert paired-end bwa SA coordinate files to SAM format

Get started

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

include { BWA_SAMPE } from 'nf-core/bwa/sampe'

License

MIT License

Process
Name BWA_SAMPE
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-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:28:45 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbwa%2Fsampe/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bwa/sampe/blobs/sha256:7df2c3e81fe340438295bca3a3b364add9372a521084a9d0326705afa0996247
Size 3.0 KB
Checksum sha256:7df2c3e81fe340438295bca3a3b364add9372a521084a9d0326705afa0996247
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:28:45 (UTC) 1 3.0 KB -