×

nf-core/tiddit/sv @ 0.0.0-0c7146d

Identify chromosomal rearrangements.

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

Summary

Identify chromosomal rearrangements.

Get started

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

include { TIDDIT_SV } from 'nf-core/tiddit/sv'

License

MIT License

Process
Name TIDDIT_SV
Input 3 channels
#1 tuple
meta map

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

input file

BAM/CRAM file

*.{bam,cram}
input_index file

BAM/CRAM index file

*.{bai,crai}
#2 tuple
meta2 map

Groovy Map containing sample information e.g. [ id:'test_fasta']

fasta file

Input FASTA file

*.{fasta,fa}
fai file

Input FASTA index file

*.{fai}
#3 tuple
meta3 map

Groovy Map containing sample information from bwa index e.g. [ id:'test_bwa-index' ]

bwa_index file

BWA genome index files

Directory containing BWA index *.{amb,ann,bwt,pac,sa}
Output 3 channels
#1 vcf tuple
meta map

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

${prefix}.vcf file

vcf

*.{vcf}
#2 ploidy tuple
meta map

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

${prefix}.ploidies.tab file

tab

*.{ploidies.tab}
#3 versions_tiddit tuple
${task.process} string

The name of the process

tiddit string

The name of the tool

tiddit | sed -n 's/^usage: tiddit-//; s/ .*//p' eval

The expression to obtain the version of the tool

Tool Description Homepage
sv Search for structural variants. https://github.com/SciLifeLab/TIDDIT
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:43:43 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ftiddit%2Fsv/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/tiddit/sv/blobs/sha256:9ab243e9597a7f6baa940b74dde3a65670ec22eca4db454787361aba91195fce
Size 3.1 KB
Checksum sha256:9ab243e9597a7f6baa940b74dde3a65670ec22eca4db454787361aba91195fce
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:49:50 (UTC) 4 3.1 KB
0.0.0-0c7146d 08 Apr 2026 19:43:43 (UTC) 4 3.1 KB