×

nf-core/picard/renamesampleinvcf @ 0.0.0-0c7146d

changes name of sample in the vcf file

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

Summary

changes name of sample in the vcf file

Get started

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

include { PICARD_RENAMESAMPLEINVCF } from 'nf-core/picard/renamesampleinvcf'

License

MIT License

Process
Name PICARD_RENAMESAMPLEINVCF
Input 1 channel
#1 tuple
meta map

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

vcf file

VCF file

*.{vcf,vcf.gz}
Output 2 channels
#1 vcf tuple
meta map

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

*.vcf.gz file

VCF file

*.{vcf,vcf.gz}
#2 versions_picard tuple
${task.process} string

The process the versions were collected from

picard string

The tool name

picard RenameSampleInVcf --version 2>&1 | sed -n 's/.*Version://p' string

The command used to generate the version of the tool

Tool Description Homepage
picard A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF. https://broadinstitute.github.io/picard/
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:25:58 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Frenamesampleinvcf/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/renamesampleinvcf/blobs/sha256:15b339e8a940d17a173c913b14ecabd3617a7833877bac3fd3c4feaf033d78f1
Size 2.6 KB
Checksum sha256:15b339e8a940d17a173c913b14ecabd3617a7833877bac3fd3c4feaf033d78f1
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:36:15 (UTC) 3 2.6 KB
0.0.0-0c7146d 08 Apr 2026 19:25:58 (UTC) 3 2.6 KB