# HG changeset patch # User iuc # Date 1550783310 18000 # Node ID 6f8e223f78f35a5ba0230ff828b6c85f3e1f2bb4 # Parent 29ba253e2e05886e78641c89eb7fc99a25a48443 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 2684e1443f03bfe2ae20c31d23817415ec8f7e69 diff -r 29ba253e2e05 -r 6f8e223f78f3 bcftools_plugin_impute_info.xml --- a/bcftools_plugin_impute_info.xml Tue Dec 12 14:04:30 2017 -0500 +++ b/bcftools_plugin_impute_info.xml Thu Feb 21 16:08:30 2019 -0500 @@ -1,5 +1,5 @@ - + plugin Add imputation information metrics to the INFO field impute-info diff -r 29ba253e2e05 -r 6f8e223f78f3 macros.xml --- a/macros.xml Tue Dec 12 14:04:30 2017 -0500 +++ b/macros.xml Thu Feb 21 16:08:30 2019 -0500 @@ -1,5 +1,5 @@ - 1.4.0 + 1.9 @@ -10,13 +10,13 @@ - bcftools - htslib + bcftools + htslib - samtools + samtools bcftools 2>&1 | grep 'Version:' @@ -39,7 +39,7 @@ ]]> - + @@ -68,7 +71,7 @@ - + $input_vcf && bcftools index $input_vcf && - #elif $input_file.is_of_type('vcf_bgz') - ln -s '$input_file' $input_vcf + #elif $input_file.is_of_type('vcf_bgzip') + ln -s '$input_file' $input_vcf && + #if $input_file.metadata.tabix_index: + ln -s '${input_file.metadata.tabix_index}' ${input_vcf}.tbi && + #else + bcftools index $input_vcf && + #end if #elif $input_file.is_of_type('bcf') #set $input_vcf = 'input' + str($i) + '.bcf.gz' ln -s '$input_file' $input_vcf && @@ -90,8 +98,6 @@ #else bcftools index $input_vcf && #end if - #elif $input_file.is_of_type('bcfvcf_bgz') - ln -s '$input_file' $input_vcf && #end if echo '$input_vcf' >> $vcfs_list_file && $input_vcfs.append($input_vcf) @@ -106,7 +112,7 @@ - + - + @@ -165,7 +171,7 @@ - + #if 'estimate_AF' in $section and $section.estimate_AF: @@ -174,7 +180,7 @@ - + - + #if 'ploidy_file' in $section and $section.ploidy_file: @@ -208,7 +214,7 @@ - + @@ -224,8 +230,8 @@ - + ^([^ \t\n\r\f\v,]+(,[^ \t\n\r\f\v,]+)*)?$ @@ -271,13 +277,13 @@ - ^(\w+(:\d+(-\d+)?)?(,\w+(:\d+(-\d+)?)?)*)?$ - + @@ -346,7 +352,7 @@ - ^(\w+(:\d+(-\d+)?)?(,\w+(:\d+(-\d+)?)?)*)?$ @@ -373,16 +379,16 @@ - + ^(\w+(,\w+)*)?$ - - + help="Inverts the query/filtering applied by Samples (adds "^" prefix to exclude)" /> + + #set $samples_defined = False @@ -397,7 +403,7 @@ - + #if $section.sample: @@ -407,7 +413,7 @@ - + ^[^']*$ @@ -419,7 +425,7 @@ - + ^[^']*$ @@ -431,8 +437,8 @@ - + ^([^,]+(,[^,]+)*)?$ diff -r 29ba253e2e05 -r 6f8e223f78f3 test-data/summary.pdf Binary file test-data/summary.pdf has changed diff -r 29ba253e2e05 -r 6f8e223f78f3 test-data/view.bcf Binary file test-data/view.bcf has changed diff -r 29ba253e2e05 -r 6f8e223f78f3 test-data/view.bcf.csi Binary file test-data/view.bcf.csi has changed diff -r 29ba253e2e05 -r 6f8e223f78f3 test-data/view.vcf_bgzip Binary file test-data/view.vcf_bgzip has changed