nf-core/bowtie2/align @ 0.0.0-6c4ed3a
Summary
Align reads to a reference genome using bowtie2
Get started
Add the following snippet to your workflow script to include this module.
include { BOWTIE2_ALIGN } from 'nf-core/bowtie2/align'
License
MIT License
Name
|
BOWTIE2_ALIGN |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively. |
meta2
map
|
Groovy Map containing reference information e.g. [ id:'test', single_end:false ] |
|---|---|
index
file
|
Bowtie2 genome index files *.ebwt
|
meta3
map
|
Groovy Map containing reference information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Reference genome FASTA file *.{fa,fasta,fna}
|
fai
file
|
Reference genome FASTA index file *.{fai}
|
save_unaligned
boolean
|
Save reads that do not map to the reference (true) or discard them (false) (default: false) |
|---|
sort_bam
boolean
|
use samtools sort (true) or samtools view (false) true or false
|
|---|
bam
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.bam
file
|
Output BAM file containing read alignments *.bam
|
csi
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.csi
file
|
Output SAM/BAM index for large inputs *.csi
|
log
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.log
file
|
Alignment log *.log
|
sam
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.sam
file
|
Output SAM file containing read alignments *.sam
|
crai
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.crai
file
|
Output CRAM index *.crai
|
cram
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.cram
file
|
Output CRAM file containing read alignments *.cram
|
fastq
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*fastq.gz
file
|
Unaligned FastQ files *.fastq.gz
|
versions_pigz
tuple
${task.process}
string
|
The name of the process |
|---|---|
pigz
string
|
The name of the tool |
pigz --version 2>&1 | sed 's/pigz //'
eval
|