/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

  1. <tool id="CONVERTER_bed_to_genetrack_0" name="Convert BED to GeneTrack Index" version="1.0.1">
  2. <!-- FIXME: THIS IS ALMOST 1:1 COPY OF THE SAME FUNCTIONED TOOL - ALLOW REGULAR TOOLS TO MASCARADE AS CONVERTERS
  3. Using a shift of 0, but tool allows specifying...
  4. -->
  5. <!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> -->
  6. <command interpreter="python">bed_to_genetrack_converter.py -i $input1 -o $output1 -s 0 -v 0 -f BED -x</command>
  7. <inputs>
  8. <page>
  9. <param format="bed6" name="input1" type="data" label="Choose BED file"/>
  10. </page>
  11. </inputs>
  12. <outputs>
  13. <data format="genetrack" name="output1"/>
  14. </outputs>
  15. <help>
  16. </help>
  17. </tool>