# HG changeset patch # User wrtz # Date 1452811872 18000 # Node ID 9d96f73b875f4c40db01fa47e37fd214c1c00a59 # Parent 818ab4af6410162350648de25de023e3a2dd86ce Uploaded diff -r 818ab4af6410 -r 9d96f73b875f bcftools_reheader.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_reheader.xml Thu Jan 14 17:51:12 2016 -0500 @@ -0,0 +1,39 @@ + + Modify header of VCF/BCF files, change sample names + + #if str( $input_file_index ) != "None": + ln -s -f $input input_file.${input.ext} && + ln -s -f $input_file_index input_file.${input.ext}.tbi && + #end if + + bcftools reheader + --output "${output_file}" + #if str( $header ) != "None": + --header "${header}" + #end if + #if str( $samples ) != "None": + --samples "${samples}" + #end if + #if str( $input_file_index ) != "None": + input_file.${input.ext} + #else + $input + #end if + + + + + + + + + + + +**About this tool** + +**BCFtools reheader**: Modify header of VCF/BCF files, change sample names. + +Please see https://samtools.github.io/bcftools/bcftools.html for more info on options. + +