# HG changeset patch # User iuc # Date 1468421447 14400 # Node ID 0c02f0ae958ae2498c3c2d29d2dc2c430c40b056 # Parent 445501240b4c78ca857451c3ea4e74747012b6df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit a9550d87541eda8b909e6aef1ad8cbf9e9e20d06 diff -r 445501240b4c -r 0c02f0ae958a macros.xml --- a/macros.xml Wed Jul 06 06:55:15 2016 -0400 +++ b/macros.xml Wed Jul 13 10:50:47 2016 -0400 @@ -77,7 +77,6 @@ #set $vcfs_list_file = 'vcfs_list' #for (i,input_file) in enumerate($input_files): #set $input_vcf = 'input' + str($i) + '.vcf.gz' - echo '$input_vcf' >> $vcfs_list_file && #if $input_file.datatype.file_ext == 'vcf' bgzip -c "$input_file" > $input_vcf && bcftools index $input_vcf && @@ -95,6 +94,7 @@ #elif $input_file.datatype.file_ext == 'bcfvcf_bgz' ln -s "$input_file" $input_vcf && #end if + echo '$input_vcf' >> $vcfs_list_file && $input_vcfs.append($input_vcf) #end for ]]>