commit/galaxy-central: dan: Fix for vcf_bgzip_to_tabix converter that was broken in changeset ac77414506d4
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/56e403f0bb14/ changeset: 56e403f0bb14 user: dan date: 2012-02-28 20:51:22 summary: Fix for vcf_bgzip_to_tabix converter that was broken in changeset ac77414506d4 affected #: 1 file diff -r e0a627d11af0aa21f7039529c3959e4806a0d4dd -r 56e403f0bb140c27ee7c8df444da375e167d0f6e lib/galaxy/datatypes/converters/vcf_bgzip_to_tabix_converter.xml --- a/lib/galaxy/datatypes/converters/vcf_bgzip_to_tabix_converter.xml +++ b/lib/galaxy/datatypes/converters/vcf_bgzip_to_tabix_converter.xml @@ -1,6 +1,6 @@ <tool id="CONVERTER_vcf_bgzip_to_tabix_0" name="Convert BGZ VCF to tabix" version="1.0.0" hidden="true"><!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> --> - <command interpreter="python">interval_to_tabix_converter.py -P 'vcf' '$input1' '$output1'</command> + <command interpreter="python">interval_to_tabix_converter.py -P 'vcf' '' '$input1' '$output1'</command><inputs><page><param format="vcf_bgzip" name="input1" type="data" label="Choose BGZIP'd VCF file"/> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket