Mercurial > repos > iuc > bcftools_query_list_samples
changeset 6:adee7e8b746f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3
author | iuc |
---|---|
date | Tue, 12 Dec 2017 14:01:58 -0500 |
parents | 53a667173f9c |
children | 473f814b74d5 |
files | macros.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Apr 13 17:46:50 2017 -0400 +++ b/macros.xml Tue Dec 12 14:01:58 2017 -0500 @@ -49,7 +49,7 @@ bgzip -c '$input_file' > $input_vcf && bcftools index $input_vcf && #elif $input_file.is_of_type('vcf_bgzip') - ln -s '$input_file' $input_vcf + ln -s '$input_file' $input_vcf && #elif $input_file.is_of_type('bcf') #set $input_vcf = 'input.bcf' ln -s '$input_file' $input_vcf && @@ -59,7 +59,7 @@ bcftools index $input_vcf && #end if #elif $input_file.is_of_type('bcf_bgzip') - ln -s '$input_file' $input_vcf + ln -s '$input_file' $input_vcf && #end if ]]> </token>