# HG changeset patch # User wrtz # Date 1452811673 18000 # Node ID 20924bcc2c11315ac2cadc6edaeb9f9a92bed11a # Parent 24fc012c3f0efbeb0237bc7859b942cfb8a06b79 Uploaded diff -r 24fc012c3f0e -r 20924bcc2c11 bcftools_reheader.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_reheader.xml Thu Jan 14 17:47:53 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 + + /Volumes/drive2/galaxy/dist/tools/bcftools/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. + +