/lib/galaxy/datatypes/converters/bed_to_genetrack_converter.xml
https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 17 lines · 13 code · 0 blank · 4 comment · 0 complexity · 5be08b625900b71b2dcfb68e9a557fbf MD5 · raw file
- <tool id="CONVERTER_bed_to_genetrack_0" name="Convert BED to GeneTrack Index" version="1.0.1">
- <!-- FIXME: THIS IS ALMOST 1:1 COPY OF THE SAME FUNCTIONED TOOL - ALLOW REGULAR TOOLS TO MASCARADE AS CONVERTERS
- Using a shift of 0, but tool allows specifying...
- -->
- <!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> -->
- <command interpreter="python">bed_to_genetrack_converter.py -i $input1 -o $output1 -s 0 -v 0 -f BED -x</command>
- <inputs>
- <page>
- <param format="bed6" name="input1" type="data" label="Choose BED file"/>
- </page>
- </inputs>
- <outputs>
- <data format="genetrack" name="output1"/>
- </outputs>
- <help>
- </help>
- </tool>