/lib/galaxy/datatypes/converters/gff_to_tabix_converter.xml
https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 15 lines · 14 code · 0 blank · 1 comment · 0 complexity · 868db7d342541365e8983f40d4403aa0 MD5 · raw file
- <tool id="CONVERTER_gff_to_tabix_0" name="Convert GFF to tabix" version="1.0.0" hidden="true">
- <!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> -->
- <command interpreter="python">interval_to_tabix_converter.py -P gff $input1 $bgzip $output1</command>
- <inputs>
- <page>
- <param format="gff" name="input1" type="data" label="Choose GFF file"/>
- <param format="bgzip" name="bgzip" type="data" label="BGZIP file"/>
- </page>
- </inputs>
- <outputs>
- <data format="tabix" name="output1"/>
- </outputs>
- <help>
- </help>
- </tool>