comparison bcftools_reheader.xml @ 27:208559fbaee4 draft

Uploaded
author wrtz
date Fri, 15 Jan 2016 11:48:30 -0500
parents 9d96f73b875f
children
comparison
equal deleted inserted replaced
26:9606636a97bf 27:208559fbaee4
1 <tool id="bcftools_reheader" name="BCFtools reheader" version="1.0.0"> 1 <tool id="bcftools_reheader" name="BCFtools reheader" version="1.0.0">
2 <description>Modify header of VCF/BCF files, change sample names</description> 2 <description>Modify header of VCF/BCF files, change sample names</description>
3 <requirements>
4 <requirement type="package" version="1.3">bcftools</requirement>
5 </requirements>
3 <command> 6 <command>
4 #if str( $input_file_index ) != "None": 7 #if str( $input_file_index ) != "None":
5 ln -s -f $input input_file.${input.ext} &amp;&amp; 8 ln -s -f $input input_file.${input.ext} &amp;&amp;
6 ln -s -f $input_file_index input_file.${input.ext}.tbi &amp;&amp; 9 ln -s -f $input_file_index input_file.${input.ext}.tbi &amp;&amp;
7 #end if 10 #end if